diff options
author | 2003-12-09 18:09:11 +0000 | |
---|---|---|
committer | 2003-12-09 18:09:11 +0000 | |
commit | f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1 (patch) | |
tree | 6093bc61806746c467e207bad685e9fa7cbd88cc /media-sound/lilypond/lilypond-2.0.0.ebuild | |
parent | block on virtual/ghostscript (diff) | |
download | gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.tar.gz gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.tar.bz2 gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.zip |
changed app-text/ghostscript to virtual/ghostscript
Diffstat (limited to 'media-sound/lilypond/lilypond-2.0.0.ebuild')
-rw-r--r-- | media-sound/lilypond/lilypond-2.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-2.0.0.ebuild b/media-sound/lilypond/lilypond-2.0.0.ebuild index ec177431fd9c..c9d9fdfc6998 100644 --- a/media-sound/lilypond/lilypond-2.0.0.ebuild +++ b/media-sound/lilypond/lilypond-2.0.0.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/media-sound/lilypond/lilypond-2.0.0.ebuild,v 1.2 2003/10/01 15:34:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.0.0.ebuild,v 1.3 2003/12/09 18:09:03 lanius Exp $ IUSE="doc" @@ -21,7 +21,7 @@ DEPEND=">=dev-lang/python-2.2.3-r1 >=sys-devel/gcc-3.1-r8 >=sys-devel/make-3.80 >=app-text/mftrace-1.0.19 - >=app-text/ghostscript-7.05.6-r3 + virtual/ghostscript || ( =sys-devel/bison-1.35* >=sys-devel/bison-1.875 @@ -30,7 +30,7 @@ DEPEND=">=dev-lang/python-2.2.3-r1 >=media-libs/netpbm-9.12-r4 )" RDEPEND=">=dev-util/guile-1.6.4 - >=app-text/ghostscript-7.05.6-r3 + virtual/ghostscript >=app-text/tetex-1.0.7-r12 >=dev-lang/python-2.2.3-r1" |