Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/
Date: Fri, 03 Nov 2017 21:12:36
Message-Id: 1509743533.8c585812655268a57d4b802272994cd8023c0043.dilfridge@gentoo
1 commit: 8c585812655268a57d4b802272994cd8023c0043
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 21:12:13 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 21:12:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c585812
7
8 sys-auth/pam_skey: Links to libnsl, so add dependency
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 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
16 index 3bf82c937ae..662347a3b86 100644
17 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
18 +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,7 +14,8 @@ LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="amd64 x86"
28
29 -RDEPEND=">=sys-libs/pam-0.78-r3
30 +RDEPEND="net-libs/libnsl:0=
31 + >=sys-libs/pam-0.78-r3
32 >=sys-auth/skey-1.1.5-r4"
33 DEPEND="${RDEPEND}
34 app-arch/xz-utils"