summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-06-07 22:15:27 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-06-07 22:15:27 +0000
commit7a4086f6a9149b8133350aeebdddc74f3110fd49 (patch)
tree63803a7b36fe7d3a344910d5e70564fb7bcf8e6f /app-text/a2ps/a2ps-4.13c-r2.ebuild
parentFix dependencies because of apache revbump (diff)
downloadgentoo-2-7a4086f6a9149b8133350aeebdddc74f3110fd49.tar.gz
gentoo-2-7a4086f6a9149b8133350aeebdddc74f3110fd49.tar.bz2
gentoo-2-7a4086f6a9149b8133350aeebdddc74f3110fd49.zip
fix sandbox violation
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/a2ps/a2ps-4.13c-r2.ebuild')
-rw-r--r--app-text/a2ps/a2ps-4.13c-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/a2ps/a2ps-4.13c-r2.ebuild b/app-text/a2ps/a2ps-4.13c-r2.ebuild
index 484edc924829..c7af9befe795 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.5 2005/06/07 17:24:01 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.6 2005/06/07 22:15:27 lanius Exp $
inherit gnuconfig eutils
@@ -41,7 +41,8 @@ src_unpack() {
epatch ${FILESDIR}/${P}-fixps.patch
epatch ${FILESDIR}/${P}-psmandup.diff
- has_version app-text/acroread && epatch ${FILESDIR}/a2ps-4.13-acroread.patch
+ # fix sandbox violation, bug #79012
+ sed -i -e 's:$acroread -helpall:acroread4 -helpall:' configure configure.in
gnuconfig_update || die "gnuconfig_update failed"
libtoolize --copy --force || die "libtoolize failed"