commit: 59a805431a62b90d79cd4524e8ffb89cd6ba870d Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Jul 27 15:22:55 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Jul 27 15:40:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a80543
dev-ruby/facter: add missing blkid config option Bug: https://bugs.gentoo.org/662252 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-ruby/facter/facter-3.11.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/facter/facter-3.11.3-r1.ebuild b/dev-ruby/facter/facter-3.11.3-r1.ebuild index d99f0e0675c..683775e7668 100644 --- a/dev-ruby/facter/facter-3.11.3-r1.ebuild +++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild @@ -82,6 +82,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir} + -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)" ) if use debug; then mycmakeargs+=(
