summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 05:03:44 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 05:03:44 +0000
commit802f71f4b4a80cf516c77d283a12a81a0196ee33 (patch)
tree5f7e80aefde67726a064bca57ff70d613e8deb28 /sys-auth
parentInherit eutils for epatch. (diff)
downloadgentoo-2-802f71f4b4a80cf516c77d283a12a81a0196ee33.tar.gz
gentoo-2-802f71f4b4a80cf516c77d283a12a81a0196ee33.tar.bz2
gentoo-2-802f71f4b4a80cf516c77d283a12a81a0196ee33.zip
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/bioapi/ChangeLog7
-rw-r--r--sys-auth/bioapi/bioapi-1.2.3-r2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog
index a90b53e62699..012b5de15c26 100644
--- a/sys-auth/bioapi/ChangeLog
+++ b/sys-auth/bioapi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/bioapi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.14 2010/11/26 05:19:37 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.15 2012/05/24 05:03:44 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> bioapi-1.2.3-r2.ebuild:
+ Inherit user for enewuser/etc...
26 Nov 2010; Mike Frysinger <vapier@gentoo.org> bioapi-1.2.3-r2.ebuild,
+files/bioapi-1.2.3-build.patch:
diff --git a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
index c113a348e810..5bfff70eb7f5 100644
--- a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
+++ b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.5 2010/11/26 05:19:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild,v 1.6 2012/05/24 05:03:44 vapier Exp $
EAPI="2"
-inherit eutils multilib
+inherit eutils multilib user
DESCRIPTION="Framework for biometric-based authentication"
HOMEPAGE="http://code.google.com/p/bioapi-linux/"