diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-07-01 22:00:18 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-07-01 22:00:18 +0000 |
commit | ebc79a22b5ef8aa7294509c1e92a5bc7d0c8a608 (patch) | |
tree | 081897b6a74214568ea04b08fb20f1481574af34 /app-text | |
parent | remove lablgtk mask (diff) | |
download | gentoo-2-ebc79a22b5ef8aa7294509c1e92a5bc7d0c8a608.tar.gz gentoo-2-ebc79a22b5ef8aa7294509c1e92a5bc7d0c8a608.tar.bz2 gentoo-2-ebc79a22b5ef8aa7294509c1e92a5bc7d0c8a608.zip |
Minor fixes 2
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild index b2d6ad24cc18..06eb5e0403bc 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.11 2004/07/01 21:56:09 lu_zero Exp $ +# $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 $ 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 @@ -23,7 +23,7 @@ DEPEND="virtual/libc cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) - cups? (net-print/cups) + cups? ( net-print/cups ) !virtual/ghostscript" PROVIDE="virtual/ghostscript" |