diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:48:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:48:02 +0300 |
commit | 0f960fcadb64e92dba5a50e6443bb2ce126429f1 (patch) | |
tree | f77c704451039991538db3d3ad328a58ccc8f04f /sys-auth/thinkfinger | |
parent | sys-block/partimage: migrate to sys-libs/pam (diff) | |
download | gentoo-0f960fcadb64e92dba5a50e6443bb2ce126429f1.tar.gz gentoo-0f960fcadb64e92dba5a50e6443bb2ce126429f1.tar.bz2 gentoo-0f960fcadb64e92dba5a50e6443bb2ce126429f1.zip |
sys-auth/thinkfinger: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/thinkfinger')
-rw-r--r-- | sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 4 |
1 files 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 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" |