diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2017-07-10 20:06:32 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2017-07-10 20:06:32 +0100 |
commit | cdcf4a8cc2afaf4d37c6cc3cfdd001632e913f20 (patch) | |
tree | 198c3fcd7a30d5d0183618659d5fb0314b935f2d /dev-ruby/facter | |
parent | dev-perl/Class-Load: add Prefix keywords, bug #548352 (diff) | |
download | gentoo-cdcf4a8cc2afaf4d37c6cc3cfdd001632e913f20.tar.gz gentoo-cdcf4a8cc2afaf4d37c6cc3cfdd001632e913f20.tar.bz2 gentoo-cdcf4a8cc2afaf4d37c6cc3cfdd001632e913f20.zip |
Fix missing RDEPEND on boost and yaml-cpp which are linked to at runtime.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/facter-3.6.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/facter/facter-9999.ebuild | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/dev-ruby/facter/facter-3.6.3.ebuild b/dev-ruby/facter/facter-3.6.3.ebuild index 468ce7f9bb5a..b9c6d07157bf 100644 --- a/dev-ruby/facter/facter-3.6.3.ebuild +++ b/dev-ruby/facter/facter-3.6.3.ebuild @@ -18,15 +18,15 @@ KEYWORDS="amd64 hppa ~ppc ~ppc64 x86" 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" CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl + >=dev-libs/boost-1.54[nls] + >=dev-cpp/yaml-cpp-0.5.1 !<app-admin/puppet-4.0.0" RDEPEND="${CDEPEND}" diff --git a/dev-ruby/facter/facter-3.6.5.ebuild b/dev-ruby/facter/facter-3.6.5.ebuild index c4b3000acb22..9c3522e260f9 100644 --- a/dev-ruby/facter/facter-3.6.5.ebuild +++ b/dev-ruby/facter/facter-3.6.5.ebuild @@ -18,15 +18,15 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" 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" CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl + >=dev-libs/boost-1.54[nls] + >=dev-cpp/yaml-cpp-0.5.1 !<app-admin/puppet-4.0.0" RDEPEND="${CDEPEND}" diff --git a/dev-ruby/facter/facter-3.7.0.ebuild b/dev-ruby/facter/facter-3.7.0.ebuild index cabba296ea46..cc659bb14f6a 100644 --- a/dev-ruby/facter/facter-3.7.0.ebuild +++ b/dev-ruby/facter/facter-3.7.0.ebuild @@ -18,15 +18,15 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" BDEPEND=" >=sys-devel/gcc-4.8:* - >=dev-libs/boost-1.54[nls] >=dev-libs/leatherman-1.0.0 - >=dev-cpp/yaml-cpp-0.5.1 dev-cpp/cpp-hocon" CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl + >=dev-libs/boost-1.54[nls] + >=dev-cpp/yaml-cpp-0.5.1 !<app-admin/puppet-4.0.0" RDEPEND="${CDEPEND}" diff --git a/dev-ruby/facter/facter-9999.ebuild b/dev-ruby/facter/facter-9999.ebuild index 982eaf21d795..0fed77cf9e2c 100644 --- a/dev-ruby/facter/facter-9999.ebuild +++ b/dev-ruby/facter/facter-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,15 +20,15 @@ KEYWORDS="" 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" CDEPEND=" dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl + >=dev-libs/boost-1.54[nls] + >=dev-cpp/yaml-cpp-0.5.1 !<app-admin/puppet-4.0.0" RDEPEND="${CDEPEND}" |