diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-19 23:54:07 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-19 23:54:07 +0000 |
commit | f9a49ecd828b495eb2736ebdbbaeb985d91822af (patch) | |
tree | 7e111ac5cb9414b1ad2560a5fe963a3b19d3e934 /app-text/ghostscript | |
parent | parallel make doesn't work with this package (diff) | |
download | gentoo-2-f9a49ecd828b495eb2736ebdbbaeb985d91822af.tar.gz gentoo-2-f9a49ecd828b495eb2736ebdbbaeb985d91822af.tar.bz2 gentoo-2-f9a49ecd828b495eb2736ebdbbaeb985d91822af.zip |
Removed unnecessary cups dep.
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild b/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild index e054948bf8de..85f1c53580ae 100644 --- a/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild,v 1.2 2002/07/16 03:50:42 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.3-r1.ebuild,v 1.3 2002/07/19 23:54:07 g2boojum Exp $ S=${WORKDIR}/espgs-${PV} DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" @@ -9,7 +9,7 @@ ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-other-6.0.tar.gz http://lxm3200.sourceforge.net/lxm3200-0.4.1-gs5.50-src.tar.gz" HOMEPAGE="http://www.easysw.com/" -DEPEND="virtual/glibc >=media-libs/jpeg-6b >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 X? ( virtual/x11 ) cups? ( >=net-print/cups-1.1.15 )" +DEPEND="virtual/glibc >=media-libs/jpeg-6b >=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 X? ( virtual/x11 )" RDEPEND="${DEPEND}" LICENSE="GPL-2 LGPL-2" SLOT="0" |