summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-27 10:24:02 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-27 10:24:02 +0000
commite9c42eb977d6839f6bf38773599f70be0a834468 (patch)
tree447b01c85438a5d7a018697a91aa29a4b72e30cd /sys-auth/bioapi
parentarm stable (diff)
downloadgentoo-2-e9c42eb977d6839f6bf38773599f70be0a834468.tar.gz
gentoo-2-e9c42eb977d6839f6bf38773599f70be0a834468.tar.bz2
gentoo-2-e9c42eb977d6839f6bf38773599f70be0a834468.zip
Add missing eutils inherit for enewgroup as pointed out by Shufeng Zheng.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-auth/bioapi')
-rw-r--r--sys-auth/bioapi/ChangeLog7
-rw-r--r--sys-auth/bioapi/bioapi-1.2.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/bioapi/ChangeLog b/sys-auth/bioapi/ChangeLog
index 9aba6b52e06e..1d4ff03a9efd 100644
--- a/sys-auth/bioapi/ChangeLog
+++ b/sys-auth/bioapi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/bioapi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.6 2007/12/31 00:52:23 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.7 2008/02/27 10:24:02 vapier Exp $
+
+ 27 Feb 2008; Mike Frysinger <vapier@gentoo.org> bioapi-1.2.3.ebuild:
+ Add missing eutils inherit for enewgroup as pointed out by Shufeng Zheng.
*bioapi-1.2.3 (31 Dec 2007)
diff --git a/sys-auth/bioapi/bioapi-1.2.3.ebuild b/sys-auth/bioapi/bioapi-1.2.3.ebuild
index f59f51ed919a..02fa7b6f6edb 100644
--- a/sys-auth/bioapi/bioapi-1.2.3.ebuild
+++ b/sys-auth/bioapi/bioapi-1.2.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.ebuild,v 1.1 2007/12/31 00:52:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.3.ebuild,v 1.2 2008/02/27 10:24:02 vapier Exp $
-inherit multilib
+inherit eutils multilib
DESCRIPTION="Framework for biometric-based authentication"
HOMEPAGE="http://code.google.com/p/bioapi-linux/"