diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:31:42 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:31:42 +0000 |
commit | 635b07794d6b964def33e2a54f2b6e9a3c362901 (patch) | |
tree | 08184534deb375dc21c3417b3c9ebe3d6151d20b /sys-process/audit | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-635b07794d6b964def33e2a54f2b6e9a3c362901.tar.gz gentoo-2-635b07794d6b964def33e2a54f2b6e9a3c362901.tar.bz2 gentoo-2-635b07794d6b964def33e2a54f2b6e9a3c362901.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/audit/audit-1.7.17.ebuild | 6 | ||||
-rw-r--r-- | sys-process/audit/audit-1.7.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 297d2bde620c..5a31904941fd 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/audit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.73 2012/02/26 04:05:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.74 2012/05/21 19:31:42 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> audit-1.7.17.ebuild, + audit-1.7.4.ebuild: + Add missing inheritance of eutils.eclass 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> audit-2.0.5.ebuild, audit-2.1.3-r1.ebuild, audit-2.1.3.ebuild: diff --git a/sys-process/audit/audit-1.7.17.ebuild b/sys-process/audit/audit-1.7.17.ebuild index f5bf06855925..79cc37fd8bd7 100644 --- a/sys-process/audit/audit-1.7.17.ebuild +++ b/sys-process/audit/audit-1.7.17.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.4 2011/01/25 03:52:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.5 2012/05/21 19:31:42 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="2" -inherit autotools multilib toolchain-funcs python +inherit autotools eutils multilib toolchain-funcs python DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" diff --git a/sys-process/audit/audit-1.7.4.ebuild b/sys-process/audit/audit-1.7.4.ebuild index 46abfd5dc9f0..ab90e570f6ad 100644 --- a/sys-process/audit/audit-1.7.4.ebuild +++ b/sys-process/audit/audit-1.7.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.10 2011/04/26 17:17:33 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.11 2012/05/21 19:31:42 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="2" -inherit autotools multilib toolchain-funcs python +inherit autotools eutils multilib toolchain-funcs python DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |