diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-08-08 02:01:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-08-08 02:01:18 +0000 |
commit | c0f57ce172ffe1ea0b3f28d3382f0009a5150b8e (patch) | |
tree | a0a7b9367be8333c436760a643481f2e401830d1 /sys-process | |
parent | Remove old and minor cleanup. (diff) | |
download | gentoo-2-c0f57ce172ffe1ea0b3f28d3382f0009a5150b8e.tar.gz gentoo-2-c0f57ce172ffe1ea0b3f28d3382f0009a5150b8e.tar.bz2 gentoo-2-c0f57ce172ffe1ea0b3f28d3382f0009a5150b8e.zip |
EAPI=3 to fix breakage
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/acct/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/acct/acct-6.5.5-r2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-process/acct/ChangeLog b/sys-process/acct/ChangeLog index 34cef1d686a7..7c63b9eeb366 100644 --- a/sys-process/acct/ChangeLog +++ b/sys-process/acct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/acct # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.65 2013/08/07 17:09:18 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/ChangeLog,v 1.66 2013/08/08 02:01:18 mr_bones_ Exp $ + + 08 Aug 2013; Michael Sterrett <mr_bones_@gentoo.org> acct-6.5.5-r2.ebuild: + EAPI=3 to fix breakage 07 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> acct-6.5.5-r2.ebuild: Keyword amd64-linux and x86-linux diff --git a/sys-process/acct/acct-6.5.5-r2.ebuild b/sys-process/acct/acct-6.5.5-r2.ebuild index c4035f6cc713..e81cd1bf14ee 100644 --- a/sys-process/acct/acct-6.5.5-r2.ebuild +++ b/sys-process/acct/acct-6.5.5-r2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.5.5-r2.ebuild,v 1.12 2013/08/07 17:09:18 bicatali Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/sys-process/acct/acct-6.5.5-r2.ebuild,v 1.13 2013/08/08 02:01:18 mr_bones_ Exp $ +EAPI=3 inherit eutils autotools DESCRIPTION="GNU system accounting utilities" @@ -16,8 +15,9 @@ KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~ IUSE="" src_prepare() { - epatch "${FILESDIR}"/${PN}-6.5.5-cross-compile.patch - epatch "${FILESDIR}"/${PN}-6.5.5-no-gets.patch + epatch \ + "${FILESDIR}"/${PN}-6.5.5-cross-compile.patch \ + "${FILESDIR}"/${PN}-6.5.5-no-gets.patch eautoreconf } |