diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-05 12:11:39 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-05 12:11:39 +0000 |
commit | ff63762a92c45de8e1bf5e6ae8358e8468d6651f (patch) | |
tree | 654a9d1da2c5368d43c0a506b0415447eae5675c /media-sound/lilypond | |
parent | Recommit manifest, connection lost during commit. (diff) | |
download | gentoo-2-ff63762a92c45de8e1bf5e6ae8358e8468d6651f.tar.gz gentoo-2-ff63762a92c45de8e1bf5e6ae8358e8468d6651f.tar.bz2 gentoo-2-ff63762a92c45de8e1bf5e6ae8358e8468d6651f.zip |
Change virtual/ghostscript to || ( ) RDEPEND, bug 128887 thanks to Jean Bréfort <jean.brefort@normalesup.org>
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.8.0-r1.ebuild | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 358ce58bada4..fbbbd4695ee9 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/lilypond # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.43 2006/03/29 17:31:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.44 2006/04/05 12:11:39 genstef Exp $ + + 05 Apr 2006; Stefan Schweizer <genstef@gentoo.org> + lilypond-2.8.0-r1.ebuild: + Change virtual/ghostscript to || ( ) RDEPEND, bug 128887 thanks to Jean + Bréfort <jean.brefort@normalesup.org> 29 Mar 2006; Aron Griffis <agriffis@gentoo.org> lilypond-2.0.3.ebuild, lilypond-2.2.4.ebuild, lilypond-2.2.6.ebuild, lilypond-2.4.2.ebuild, diff --git a/media-sound/lilypond/lilypond-2.8.0-r1.ebuild b/media-sound/lilypond/lilypond-2.8.0-r1.ebuild index 85aea6cb475b..85fc0896edb3 100644 --- a/media-sound/lilypond/lilypond-2.8.0-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.8.0-r1.ebuild,v 1.4 2006/03/29 17:31:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.8.0-r1.ebuild,v 1.5 2006/04/05 12:11:39 genstef Exp $ inherit versionator @@ -16,7 +16,11 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" RDEPEND=">=dev-util/guile-1.6.5 - >=virtual/ghostscript-8.15 + || ( + >app-text/ghostscript-gnu-8 + >app-text/ghostscript-afpl-8 + >app-text/ghostscript-esp-8 + ) virtual/tetex >=dev-lang/python-2.2.3-r1 >=media-libs/freetype-2 |