diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-12-05 18:11:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-12-05 18:11:17 -0600 |
commit | 1d3e2c20a8e45f2f7d44954170e8a79d79e8b804 (patch) | |
tree | c95e4f52728e52b3443128cccd99eb0e4dd0501e /dev-ruby/facter | |
parent | dev-libs/leatherman: fixing bug 601744 (diff) | |
download | gentoo-1d3e2c20a8e45f2f7d44954170e8a79d79e8b804.tar.gz gentoo-1d3e2c20a8e45f2f7d44954170e8a79d79e8b804.tar.bz2 gentoo-1d3e2c20a8e45f2f7d44954170e8a79d79e8b804.zip |
dev-ruby/facter: partial fix for bug 601746
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/facter-3.5.0-r1.ebuild (renamed from dev-ruby/facter/facter-3.5.0.ebuild) | 10 | ||||
-rw-r--r-- | dev-ruby/facter/facter-9999.ebuild | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/facter/facter-3.5.0.ebuild b/dev-ruby/facter/facter-3.5.0-r1.ebuild index a9627cedf02c..ac7909141a91 100644 --- a/dev-ruby/facter/facter-3.5.0.ebuild +++ b/dev-ruby/facter/facter-3.5.0-r1.ebuild @@ -17,20 +17,22 @@ SLOT="0" IUSE="debug test" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -CDEPEND=" +BDEPEND=" >=sys-devel/gcc-4.8:* >=dev-libs/boost-1.54[nls] >=dev-libs/leatherman-0.9.3 >=dev-cpp/yaml-cpp-0.5.1 - dev-cpp/cpp-hocon + dev-cpp/cpp-hocon" +CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl !<app-admin/puppet-4.0.0" -RDEPEND+=" ${CDEPEND}" -DEPEND+=" test? ( ${CDEPEND} )" +RDEPEND="${CDEPEND}" +DEPEND="${BDEPEND} + ${CDEPEND}" src_prepare() { # Remove the code that installs facter.rb to the wrong directory. diff --git a/dev-ruby/facter/facter-9999.ebuild b/dev-ruby/facter/facter-9999.ebuild index 4ac7496eff6a..598871d63a1a 100644 --- a/dev-ruby/facter/facter-9999.ebuild +++ b/dev-ruby/facter/facter-9999.ebuild @@ -19,20 +19,22 @@ SLOT="0" IUSE="debug test" KEYWORDS="" -CDEPEND=" +BDEPEND=" >=sys-devel/gcc-4.8:* >=dev-libs/boost-1.54[nls] >=dev-libs/leatherman-0.9.3 >=dev-cpp/yaml-cpp-0.5.1 - dev-cpp/cpp-hocon + dev-cpp/cpp-hocon" +CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl !<app-admin/puppet-4.0.0" -RDEPEND+=" ${CDEPEND}" -DEPEND+=" test? ( ${CDEPEND} )" +RDEPEND="${CDEPEND}" +DEPEND="${BDEPEND} + ${CDEPEND}" src_prepare() { pwd |