commit: 0f960fcadb64e92dba5a50e6443bb2ce126429f1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:48:02 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:48:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f960fca
sys-auth/thinkfinger: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
index 69a097a8de8..730d8745e2c 100644
--- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
+++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug pam static-libs"
RDEPEND="virtual/libusb:0
- pam? ( virtual/pam )"
+ pam? ( sys-libs/pam )"
DEPEND="${RDEPEND}
sys-devel/libtool
virtual/pkgconfig"