diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-21 23:23:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-21 23:23:36 +0000 |
commit | f6d3fec60f6c7fc72123af7c12f743ae044e0984 (patch) | |
tree | 46d396cb7236a3a4c2ccc816fdf6fa258767210d /sys-process/audit/audit-1.7.4.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.tar.gz gentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.tar.bz2 gentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/audit/audit-1.7.4.ebuild')
-rw-r--r-- | sys-process/audit/audit-1.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/audit-1.7.4.ebuild b/sys-process/audit/audit-1.7.4.ebuild index ab90e570f6ad..6d56388c6afc 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-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.11 2012/05/21 19:31:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.12 2012/05/21 23:23:36 vapier Exp $ EAPI="3" PYTHON_DEPEND="2" -inherit autotools eutils multilib toolchain-funcs python +inherit autotools eutils multilib toolchain-funcs python eutils DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |