diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:43:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:43:11 +0000 |
commit | 15f006b818da9fab75dc1b6b5726da2ef7649dbb (patch) | |
tree | 33fa5eec7e8f607acee7cfac889e2a8c5834547b /app-text | |
parent | whitespace (diff) | |
download | gentoo-2-15f006b818da9fab75dc1b6b5726da2ef7649dbb.tar.gz gentoo-2-15f006b818da9fab75dc1b6b5726da2ef7649dbb.tar.bz2 gentoo-2-15f006b818da9fab75dc1b6b5726da2ef7649dbb.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text')
-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" |