From: Mikle Kolyada Date: Sat, 12 Oct 2019 18:48:02 +0000 (+0300) Subject: sys-auth/thinkfinger: migrate to sys-libs/pam X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f960fcadb64e92dba5a50e6443bb2ce126429f1;p=gentoo.git sys-auth/thinkfinger: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild index 69a097a8de84..730d8745e2c1 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"