summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-02-22 21:58:25 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-02-22 21:58:25 +0000
commita36be27899b14122277843f5b9143590af6ab98e (patch)
tree06bc55dcb9017d014d265d1eeb385b9ccff44476 /sys-auth/thinkfinger
parentDrop old version depending in mozilla, DIE (diff)
downloadgentoo-2-a36be27899b14122277843f5b9143590af6ab98e.tar.gz
gentoo-2-a36be27899b14122277843f5b9143590af6ab98e.tar.bz2
gentoo-2-a36be27899b14122277843f5b9143590af6ab98e.zip
Put inherit in correct location, as requested by Mr_Bones.
(Portage version: 2.1.2-r10)
Diffstat (limited to 'sys-auth/thinkfinger')
-rw-r--r--sys-auth/thinkfinger/ChangeLog5
-rw-r--r--sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/thinkfinger/ChangeLog b/sys-auth/thinkfinger/ChangeLog
index 56e9dbea91eb..f4570a2958dc 100644
--- a/sys-auth/thinkfinger/ChangeLog
+++ b/sys-auth/thinkfinger/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/thinkfinger
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.2 2007/02/21 17:15:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/ChangeLog,v 1.3 2007/02/22 21:58:25 chainsaw Exp $
+
+ 22 Feb 2007; Tony Vroon <chainsaw@gentoo.org> thinkfinger-0.2.2-r1.ebuild:
+ Put inherit in correct location, as requested by Mr_Bones.
*thinkfinger-0.2.2-r1 (21 Feb 2007)
diff --git a/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild b/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild
index ce487519120f..c942220061f8 100644
--- a/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild
+++ b/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild,v 1.1 2007/02/21 17:15:41 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/thinkfinger/thinkfinger-0.2.2-r1.ebuild,v 1.2 2007/02/22 21:58:25 chainsaw Exp $
+
+inherit pam
DESCRIPTION="Support for the UPEK/SGS Thomson Microelectronics fingerprint reader, often seen in Thinkpads"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -17,8 +19,6 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="pam"
-inherit pam
-
src_compile() {
econf \
$(use_enable pam) \