Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/thinkfinger/
Date: Sat, 12 Oct 2019 18:48:16
Message-Id: 1570906082.0f960fcadb64e92dba5a50e6443bb2ce126429f1.zlogene@gentoo
1 commit: 0f960fcadb64e92dba5a50e6443bb2ce126429f1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 18:48:02 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 18:48:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f960fca
7
8 sys-auth/thinkfinger: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
17 index 69a097a8de8..730d8745e2c 100644
18 --- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
19 +++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
27 IUSE="debug pam static-libs"
28
29 RDEPEND="virtual/libusb:0
30 - pam? ( virtual/pam )"
31 + pam? ( sys-libs/pam )"
32 DEPEND="${RDEPEND}
33 sys-devel/libtool
34 virtual/pkgconfig"