summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-11-14 08:28:28 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-11-14 08:28:29 -0800
commit1ad87647fed60054f73efb700adf0f34d0fa59c2 (patch)
treeb20984d0adfbf230dc8da30012cc4f0b780ba1c1 /sys-apps/ucspi-ssl
parentnet-misc/cfengine: add net-libs/libnsl dep per glibc upgrade (diff)
downloadgentoo-1ad87647fed60054f73efb700adf0f34d0fa59c2.tar.gz
gentoo-1ad87647fed60054f73efb700adf0f34d0fa59c2.tar.bz2
gentoo-1ad87647fed60054f73efb700adf0f34d0fa59c2.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/ucspi-ssl')
-rw-r--r--sys-apps/ucspi-ssl/ucspi-ssl-0.94-r1.ebuild3
-rw-r--r--sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild3
-rw-r--r--sys-apps/ucspi-ssl/ucspi-ssl-0.98b.ebuild3
-rw-r--r--sys-apps/ucspi-ssl/ucspi-ssl-0.99.ebuild3
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 208e9bc702d7..51c36b53269f 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 d74049d48c98..a36b99a8f592 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 48a8d1408469..f2884ea13bad 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 e6a8f93f5fea..93f7a0c2a118 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"