diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-03 18:40:46 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-03 18:40:46 +0000 |
commit | 7c4ff4af39484ab975615023b4dbd9743b835d21 (patch) | |
tree | 83e93f2eb30ba19b100b52bb152f1cea69a5cddb /app-text/ghostscript | |
parent | changed to ~alpha (diff) | |
download | gentoo-2-7c4ff4af39484ab975615023b4dbd9743b835d21.tar.gz gentoo-2-7c4ff4af39484ab975615023b4dbd9743b835d21.tar.bz2 gentoo-2-7c4ff4af39484ab975615023b4dbd9743b835d21.zip |
fix dep logic
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog index 4506c60616a2..1d12226490e7 100644 --- a/app-text/ghostscript/ChangeLog +++ b/app-text/ghostscript/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.29 2003/04/03 18:17:41 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.30 2003/04/03 18:40:46 foser Exp $ *ghostscript-7.05.6 (05 Mar 2003) + 03 Apr 2003; foser <foser@gentoo.org> ghostscript-7.06.6-r1.ebuild : + fix the cups use if clause to really work + 03 Apr 2003; Thomas Raschbacher <lordvan@gentoo.org> ghostscript-7.06.6-r1.ebuild: new revision so users upgrade (cuz of the man-page fix and cjk fix from nakano) gimp-print(-cups) dep is now controlled by cups USE var diff --git a/app-text/ghostscript/ghostscript-7.05.6-r1.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r1.ebuild index 0dd3d838310f..083d08d38db9 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r1.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r1.ebuild,v 1.2 2003/04/03 18:31:12 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r1.ebuild,v 1.3 2003/04/03 18:40:46 foser 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/glibc cjk? ( x11-misc/arphicfonts x11-misc/kochi-fonts x11-misc/baekmuk-fonts ) - cups? gimp-print : gimp-print-cups" + cups? ( || ( gimp-print gimp-print-cups ) )" S=${WORKDIR}/espgs-${PV} |