diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 22:12:13 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-03 22:12:13 +0100 |
commit | 8c585812655268a57d4b802272994cd8023c0043 (patch) | |
tree | 6b090c2e18a6cad83c4c92bd54f6453de1bb9dbc /sys-auth | |
parent | sys-cluster/ganglia: Links to libnsl, so add dependency (diff) | |
download | gentoo-8c585812655268a57d4b802272994cd8023c0043.tar.gz gentoo-8c585812655268a57d4b802272994cd8023c0043.tar.bz2 gentoo-8c585812655268a57d4b802272994cd8023c0043.zip |
sys-auth/pam_skey: Links to libnsl, so add dependency
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild index 3bf82c937ae0..662347a3b86d 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r5.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 @@ -14,7 +14,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND=">=sys-libs/pam-0.78-r3 +RDEPEND="net-libs/libnsl:0= + >=sys-libs/pam-0.78-r3 >=sys-auth/skey-1.1.5-r4" DEPEND="${RDEPEND} app-arch/xz-utils" |