diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:10:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:10:31 +0000 |
commit | 199658c5db247c2aca81ce91dd9814a1fb7a8805 (patch) | |
tree | e3366ac840f21274f9b644221f788a092f93f49b /sys-auth/thinkfinger | |
parent | Inherit user for enewuser/etc... (diff) | |
download | gentoo-2-199658c5db247c2aca81ce91dd9814a1fb7a8805.tar.gz gentoo-2-199658c5db247c2aca81ce91dd9814a1fb7a8805.tar.bz2 gentoo-2-199658c5db247c2aca81ce91dd9814a1fb7a8805.zip |
Inherit user for enewuser/etc... rather than eutils.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
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/" |