diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:44:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:44:30 +0000 |
commit | ef5c4579a06dec1cdef42dc7075c2fbec33826e9 (patch) | |
tree | 7b4556a635cbc0bd939fd5b2a3e24d09c8da1220 /app-text/ghostscript-esp | |
parent | whitespace (diff) | |
download | historical-ef5c4579a06dec1cdef42dc7075c2fbec33826e9.tar.gz historical-ef5c4579a06dec1cdef42dc7075c2fbec33826e9.tar.bz2 historical-ef5c4579a06dec1cdef42dc7075c2fbec33826e9.zip |
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-text/ghostscript-esp')
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild index 481a5c089d82..9e8b1563e010 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.12 2006/10/21 11:12:34 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.13 2007/06/26 01:43:11 mr_bones_ Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -106,7 +106,7 @@ src_compile() { myconf="--with-ijs --without-gimp-print" use gtk && myconf="${myconf} --with-omni" || myconf="${myconf} --without-omni" - # bug #56998, only compiled-in fontpath is searched when running + # bug #56998, only compiled-in fontpath is searched when running # gs -DPARANOIDSAFER out.ps myconf="${myconf} --with-fontconfig --with-fontpath=/usr/share/fonts:/usr/share/fonts/ttf/zh_TW:/usr/share/fonts/ttf/zh_CN:/usr/share/fonts/arphicfonts:/usr/share/fonts/ttf/korean/baekmuk:/usr/share/fonts/baekmuk-fonts:/usr/X11R6/lib/X11/fonts/truetype:/usr/share/fonts/kochi-substitute" |