diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 16:10:14 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 16:10:14 +0000 |
commit | 5afd3a2853c393d01d9756a556d32af6410f3526 (patch) | |
tree | f557905ab38bd550bc70411ae492603c7cb57d24 /app-text/ghostscript/ghostscript-7.07.1-r3.ebuild | |
parent | add debian patch, fixes bug #41848 (Manifest recommit) (diff) | |
download | gentoo-2-5afd3a2853c393d01d9756a556d32af6410f3526.tar.gz gentoo-2-5afd3a2853c393d01d9756a556d32af6410f3526.tar.bz2 gentoo-2-5afd3a2853c393d01d9756a556d32af6410f3526.zip |
add fontconfig support, bug #40808
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.07.1-r3.ebuild')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild index 4f920b4d8466..d2fd3ae0c3a7 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r3.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-r3.ebuild,v 1.2 2004/07/27 02:29:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild,v 1.3 2004/08/04 16:10:14 lanius Exp $ inherit flag-o-matic eutils gcc @@ -38,7 +38,7 @@ src_unpack() { cd ${S} if use cjk ; then - epatch ${FILESDIR}/gs7.05.6-cjk.diff + epatch ${FILESDIR}/gs7.05.6-cjk.diff.bz2 epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch fi |