diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-12-06 08:32:19 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-12-06 08:32:19 +0000 |
commit | 66c45586011b931f6b5b742097b9049a651b62b1 (patch) | |
tree | 4ed1c966da149a06c92001be17f79f400e1c9c56 /app-text/ghostscript | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-66c45586011b931f6b5b742097b9049a651b62b1.tar.gz gentoo-2-66c45586011b931f6b5b742097b9049a651b62b1.tar.bz2 gentoo-2-66c45586011b931f6b5b742097b9049a651b62b1.zip |
fix fontconfig patch
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild index 59a2af5a209b..09c90ce1e954 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild,v 1.17 2004/12/05 17:23:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r7.ebuild,v 1.18 2004/12/06 08:32:19 lanius Exp $ inherit flag-o-matic eutils gcc @@ -46,7 +46,7 @@ src_unpack() { fi # add fontconfig support - epatch ${FILESDIR}/gs7.07.1-fontconfig-rh.patch.2.bz2 + epatch ${FILESDIR}/gs7.07.1-fontconfig-rh.patch.bz2 # man page patch from absinthe@pobox.com (Dylan Carlson) bug #14150 epatch ${FILESDIR}/ghostscript-7.05.6.man.patch |