summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 05:10:31 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 05:10:31 +0000
commit47e5398f436dd2b8b3fc4446226f10b0836f67eb (patch)
tree68363056d481f4567700edd9abe5d4161fb71713 /sys-auth/thinkfinger
parentInherit user for enewuser/etc... (diff)
downloadhistorical-47e5398f436dd2b8b3fc4446226f10b0836f67eb.tar.gz
historical-47e5398f436dd2b8b3fc4446226f10b0836f67eb.tar.bz2
historical-47e5398f436dd2b8b3fc4446226f10b0836f67eb.zip
Inherit user for enewuser/etc... rather than eutils.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/thinkfinger')
-rw-r--r--sys-auth/thinkfinger/ChangeLog5
-rw-r--r--sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild4
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/"