commit: cdcf4a8cc2afaf4d37c6cc3cfdd001632e913f20
Author: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 19:06:32 2017 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 19:06:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcf4a8c
Fix missing RDEPEND on boost and yaml-cpp which are linked to at runtime.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/facter/facter-3.6.3.ebuild | 4 ++--
dev-ruby/facter/facter-3.6.5.ebuild | 4 ++--
dev-ruby/facter/facter-3.7.0.ebuild | 4 ++--
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 468ce7f9bb5..b9c6d07157b 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 c4b3000acb2..9c3522e260f 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 cabba296ea4..cc659bb14f6 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 982eaf21d79..0fed77cf9e2 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}"