diff options
Diffstat (limited to 'sys-auth/thinkfinger')
-rw-r--r-- | sys-auth/thinkfinger/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/thinkfinger/ChangeLog b/sys-auth/thinkfinger/ChangeLog index 799994707fec..56198b9dbfc5 100644 --- a/sys-auth/thinkfinger/ChangeLog +++ b/sys-auth/thinkfinger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/thinkfinger # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.14 2012/05/22 16:20:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.15 2012/05/24 05:10:31 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> thinkfinger-0.3-r3.ebuild: + Inherit user for enewuser/etc... rather than eutils. 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> thinkfinger-0.3-r3.ebuild: diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild index f37ae2d94ea7..4df7e8417785 100644 --- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild +++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.5 2012/05/22 16:20:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild,v 1.6 2012/05/24 05:10:31 vapier Exp $ EAPI="4" -inherit autotools-utils eutils linux-info pam +inherit autotools-utils user linux-info pam DESCRIPTION="Support for the UPEK/SGS Thomson Microelectronics fingerprint reader, often seen in Thinkpads" HOMEPAGE="http://thinkfinger.sourceforge.net/" |