diff options
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r5.ebuild')
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild index 6d5d748f2ed5..8e1cb4a8abf9 100644 --- a/app-text/a2ps/a2ps-4.13c-r5.ebuild +++ b/app-text/a2ps/a2ps-4.13c-r5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.12 2006/12/13 20:00:04 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.13 2007/01/04 14:22:04 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit gnuconfig eutils autotools +inherit eutils autotools S=${WORKDIR}/${PN}-${PV:0:4} DESCRIPTION="Any to PostScript filter" @@ -59,7 +59,6 @@ src_unpack() { # fix >=autoconf-2.60, bug 138161 epatch ${FILESDIR}/a2ps-4.13-fixcachecheck.patch - gnuconfig_update || die "gnuconfig_update failed" AT_M4DIR="m4" eautoreconf || die "eautoreconf failed" } |