diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-14 08:28:28 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-14 08:28:29 -0800 |
commit | 1ad87647fed60054f73efb700adf0f34d0fa59c2 (patch) | |
tree | b20984d0adfbf230dc8da30012cc4f0b780ba1c1 /sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild | |
parent | net-misc/cfengine: add net-libs/libnsl dep per glibc upgrade (diff) | |
download | gentoo-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/ucspi-ssl-0.97.ebuild')
-rw-r--r-- | sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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=" |