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-2.0.5.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-2.0.5.ebuild')
-rw-r--r-- | sys-process/audit/audit-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/audit-2.0.5.ebuild b/sys-process/audit/audit-2.0.5.ebuild index c6a4a1f96bbc..1d33303e7648 100644 --- a/sys-process/audit/audit-2.0.5.ebuild +++ b/sys-process/audit/audit-2.0.5.ebuild @@ -1,13 +1,13 @@ # 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-2.0.5.ebuild,v 1.7 2012/02/26 04:05:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.8 2012/05/21 23:23:36 vapier Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" -inherit autotools multilib toolchain-funcs python linux-info +inherit autotools multilib toolchain-funcs python linux-info eutils DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |