diff options
author | 2003-01-18 17:16:17 +0000 | |
---|---|---|
committer | 2003-01-18 17:16:17 +0000 | |
commit | dd4866dd7c976fcb19993d4978355c535fd15b49 (patch) | |
tree | 282214bed004561569944bc03aea9c5a4830fb04 /media-sound | |
parent | Leave room for tetex-1.0.7 revision updates (diff) | |
download | historical-dd4866dd7c976fcb19993d4978355c535fd15b49.tar.gz historical-dd4866dd7c976fcb19993d4978355c535fd15b49.tar.bz2 historical-dd4866dd7c976fcb19993d4978355c535fd15b49.zip |
Fix bug 13396 by depending on tetex-1.0.7-r12
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-1.6.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index cea37c6f1077..c6368bb60f77 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lilypond # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.3 2002/12/03 17:16:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.4 2003/01/18 17:16:17 agriffis Exp $ + + 18 Jan 2003; Aron Griffis <agriffis@gentoo.org> lilypond-1.6.6.ebuild : + Fix bug 13396 by requiring tetex-1.0.7-r12 which should fix the missing + mf.base compilation problem. *lilypond-1.6.6 (03 Dec 2002) diff --git a/media-sound/lilypond/lilypond-1.6.6.ebuild b/media-sound/lilypond/lilypond-1.6.6.ebuild index b667e5c1226b..0ca5c9aefeab 100644 --- a/media-sound/lilypond/lilypond-1.6.6.ebuild +++ b/media-sound/lilypond/lilypond-1.6.6.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/media-sound/lilypond/lilypond-1.6.6.ebuild,v 1.1 2002/12/03 17:13:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-1.6.6.ebuild,v 1.2 2003/01/18 17:16:17 agriffis Exp $ IUSE="doc" @@ -18,7 +18,7 @@ DEPEND=">=dev-lang/python-2.2.1-r2 >=sys-devel/perl-5.6.1-r6 >=dev-util/guile-1.4-r3 >=sys-devel/bison-1.35 - >=app-text/tetex-1.0.7-r10 + >=app-text/tetex-1.0.7-r12 >=sys-apps/texinfo-4.2-r5 >=sys-devel/flex-2.5.4a-r5 doc? ( >=app-text/mftrace-1.0.8 |