diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-08 01:49:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-08 01:49:20 +0000 |
commit | 5726ec70e4f49518a49e0a39a5d6538d60290050 (patch) | |
tree | aefd9d63a5f3069c354ade3d953c84388301fac8 /app-text/ghostscript | |
parent | small correction to init script (Manifest recommit) (diff) | |
download | gentoo-2-5726ec70e4f49518a49e0a39a5d6538d60290050.tar.gz gentoo-2-5726ec70e4f49518a49e0a39a5d6538d60290050.tar.bz2 gentoo-2-5726ec70e4f49518a49e0a39a5d6538d60290050.zip |
fix use invocation
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog index 9489704459c9..79aa62bc3b0d 100644 --- a/app-text/ghostscript/ChangeLog +++ b/app-text/ghostscript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.58 2004/07/01 21:56:09 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.59 2004/07/08 01:49:20 mr_bones_ Exp $ + + 07 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + ghostscript-7.05.6.ebuild: + fix use invocation 01 Jul 2004; Luca Barbato <lu_zero@gentoo.org> ghostscript-7.05.6.ebuild: Minor changes diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild index 06eb5e0403bc..380a3d35fd75 100644 --- a/app-text/ghostscript/ghostscript-7.05.6.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.12 2004/07/01 22:00:18 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.13 2004/07/08 01:49:20 mr_bones_ Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -76,7 +76,7 @@ src_install() { insinto /usr/share/emacs/site-lisp doins doc/gsdoc.el || die - if [ `use cjk` ] ; then + if use cjk ; then dodir /usr/share/ghostscript/Resource dodir /usr/share/ghostscript/Resource/Font dodir /usr/share/ghostscript/Resource/CIDFont |