commit: dbf24617b031c462efeaf1fda1e14248c69c42dd Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 14 16:25:44 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Nov 14 16:26:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf24617
net-misc/cfengine: add net-libs/libnsl dep per glibc upgrade See: https://bugs.gentoo.org/show_bug.cgi?id=636158 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> net-misc/cfengine/cfengine-2.2.10-r4.ebuild | 5 +++-- net-misc/cfengine/cfengine-3.3.9.ebuild | 5 +++-- net-misc/cfengine/cfengine-3.4.5.ebuild | 5 +++-- net-misc/cfengine/cfengine-3.5.3.ebuild | 5 +++-- net-misc/cfengine/cfengine-3.6.2.ebuild | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/net-misc/cfengine/cfengine-2.2.10-r4.ebuild b/net-misc/cfengine/cfengine-2.2.10-r4.ebuild index a2f6f9d7afc..0c4a8b4c552 100644 --- a/net-misc/cfengine/cfengine-2.2.10-r4.ebuild +++ b/net-misc/cfengine/cfengine-2.2.10-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -17,7 +17,8 @@ IUSE="vim-syntax" RDEPEND=">=sys-libs/db-4 >=dev-libs/openssl-0.9.7 - app-portage/portage-utils" + app-portage/portage-utils + net-libs/libnsl" DEPEND="${RDEPEND} virtual/yacc sys-devel/flex" diff --git a/net-misc/cfengine/cfengine-3.3.9.ebuild b/net-misc/cfengine/cfengine-3.3.9.ebuild index 907365bda35..7588c8da106 100644 --- a/net-misc/cfengine/cfengine-3.3.9.ebuild +++ b/net-misc/cfengine/cfengine-3.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -26,7 +26,8 @@ DEPEND=">=sys-libs/db-4 qdbm? ( dev-db/qdbm ) libvirt? ( app-emulation/libvirt ) >=dev-libs/openssl-0.9.7 - dev-libs/libpcre" + dev-libs/libpcre + net-libs/libnsl" RDEPEND="${DEPEND}" PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" diff --git a/net-misc/cfengine/cfengine-3.4.5.ebuild b/net-misc/cfengine/cfengine-3.4.5.ebuild index c377a81c5a5..074d4d8593a 100644 --- a/net-misc/cfengine/cfengine-3.4.5.ebuild +++ b/net-misc/cfengine/cfengine-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -31,7 +31,8 @@ DEPEND=">=sys-libs/db-4 libvirt? ( app-emulation/libvirt ) xml? ( dev-libs/libxml2:2 ) \ dev-libs/openssl - dev-libs/libpcre" + dev-libs/libpcre + net-libs/libnsl" RDEPEND="${DEPEND}" PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" diff --git a/net-misc/cfengine/cfengine-3.5.3.ebuild b/net-misc/cfengine/cfengine-3.5.3.ebuild index 8f39bfb0f9b..1afbf48c234 100644 --- a/net-misc/cfengine/cfengine-3.5.3.ebuild +++ b/net-misc/cfengine/cfengine-3.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -29,7 +29,8 @@ DEPEND="acl? ( virtual/acl ) libvirt? ( app-emulation/libvirt ) xml? ( dev-libs/libxml2:2 ) \ dev-libs/openssl - dev-libs/libpcre" + dev-libs/libpcre + net-libs/libnsl" RDEPEND="${DEPEND}" PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" diff --git a/net-misc/cfengine/cfengine-3.6.2.ebuild b/net-misc/cfengine/cfengine-3.6.2.ebuild index 75f021ada08..fd0b75a9d5c 100644 --- a/net-misc/cfengine/cfengine-3.6.2.ebuild +++ b/net-misc/cfengine/cfengine-3.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -30,7 +30,8 @@ DEPEND="acl? ( virtual/acl ) libvirt? ( app-emulation/libvirt ) xml? ( dev-libs/libxml2:2 ) \ dev-libs/openssl - dev-libs/libpcre" + dev-libs/libpcre + net-libs/libnsl" RDEPEND="${DEPEND}" PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"
