commit: 3195b917d71f32d4a7e992544e4f30deb93309fe Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Jun 28 16:18:06 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jun 28 16:18:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3195b917
dev-ruby/facter: remove unused cmake args Closes: https://bugs.gentoo.org/659404 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/facter/facter-3.11.2.ebuild | 3 --- dev-ruby/facter/facter-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/dev-ruby/facter/facter-3.11.2.ebuild b/dev-ruby/facter/facter-3.11.2.ebuild index bfde41b2169..6210613630d 100644 --- a/dev-ruby/facter/facter-3.11.2.ebuild +++ b/dev-ruby/facter/facter-3.11.2.ebuild @@ -71,9 +71,6 @@ src_configure() { -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr - -DCMAKE_INSTALL_SYSCONFDIR=/etc - -DCMAKE_INSTALL_LOCALSTATEDIR=/var - -DUSE_JRUBY_SUPPORT=FALSE -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1 ) if use debug; then diff --git a/dev-ruby/facter/facter-9999.ebuild b/dev-ruby/facter/facter-9999.ebuild index 921e49af450..4500cc443e2 100644 --- a/dev-ruby/facter/facter-9999.ebuild +++ b/dev-ruby/facter/facter-9999.ebuild @@ -71,9 +71,6 @@ src_configure() { -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr - -DCMAKE_INSTALL_SYSCONFDIR=/etc - -DCMAKE_INSTALL_LOCALSTATEDIR=/var - -DUSE_JRUBY_SUPPORT=FALSE -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1 ) if use debug; then
