diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-07 17:24:01 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-07 17:24:01 +0000 |
commit | d3e7784200e365dd4251b9f28f6e537367cd2d86 (patch) | |
tree | 9b7f1d64a7beea3646d37f0a567b5e6b1d7a3a5a /app-text/a2ps/a2ps-4.13c-r2.ebuild | |
parent | fix sandbox violation, bug #79012 (diff) | |
download | gentoo-2-d3e7784200e365dd4251b9f28f6e537367cd2d86.tar.gz gentoo-2-d3e7784200e365dd4251b9f28f6e537367cd2d86.tar.bz2 gentoo-2-d3e7784200e365dd4251b9f28f6e537367cd2d86.zip |
small fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r2.ebuild')
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r2.ebuild b/app-text/a2ps/a2ps-4.13c-r2.ebuild index 4004a16d4cbc..484edc924829 100644 --- a/app-text/a2ps/a2ps-4.13c-r2.ebuild +++ b/app-text/a2ps/a2ps-4.13c-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.4 2005/06/07 17:21:24 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.5 2005/06/07 17:24:01 lanius Exp $ inherit gnuconfig eutils @@ -41,7 +41,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-fixps.patch epatch ${FILESDIR}/${P}-psmandup.diff - has_version app-text/acroread && epatch ${FILESDIR}/${P}-acroread.patch + has_version app-text/acroread && epatch ${FILESDIR}/a2ps-4.13-acroread.patch gnuconfig_update || die "gnuconfig_update failed" libtoolize --copy --force || die "libtoolize failed" |