commit: 1ad87647fed60054f73efb700adf0f34d0fa59c2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 14 16:28:28 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Nov 14 16:28:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad87647
sys-apps/ucspi-ssl: add net-libs/libnsl dep per glibc upgrade Fixes: https://bugs.gentoo.org/show_bug.cgi?id=659028 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild | 3 ++- sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild | 3 ++- sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild | 3 ++- sys-apps/ucspi-ssl/ucspi-ssl-0.99.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild index 208e9bc702d..51c36b53269 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ IUSE="perl" DEPEND=" >=dev-libs/openssl-0.9.6g:= + net-libs/libnsl perl? ( dev-lang/perl:= ) " RDEPEND=" diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild index d74049d48c9..a36b99a8f59 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ IUSE="perl" DEPEND=" >=dev-libs/openssl-0.9.8z_p8:= + net-libs/libnsl perl? ( dev-lang/perl:= ) " RDEPEND=" diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild index 48a8d140846..f2884ea13ba 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ IUSE="perl" DEPEND=" dev-libs/openssl:0= + net-libs/libnsl perl? ( dev-lang/perl:= ) " RDEPEND=" diff --git a/sys-apps/ucspi-ssl/ucspi-ssl-0.99.ebuild b/sys-apps/ucspi-ssl/ucspi-ssl-0.99.ebuild index e6a8f93f5fe..93f7a0c2a11 100644 --- a/sys-apps/ucspi-ssl/ucspi-ssl-0.99.ebuild +++ b/sys-apps/ucspi-ssl/ucspi-ssl-0.99.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=6 @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="perl" DEPEND="dev-libs/openssl:= + net-libs/libnsl perl? ( dev-lang/perl:= )" RDEPEND="${DEPEND} sys-apps/ucspi-tcp"
