diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2008-04-11 20:36:14 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2008-04-11 20:36:14 +0000 |
commit | 07a0a6a16a3783fa0ae5a295d8c1965e242450cb (patch) | |
tree | ed3b4310034631ca2574bb2fac7652e45c028cdf /media-sound/lilypond | |
parent | add mutex crash fix patch as well (diff) | |
download | gentoo-2-07a0a6a16a3783fa0ae5a295d8c1965e242450cb.tar.gz gentoo-2-07a0a6a16a3783fa0ae5a295d8c1965e242450cb.tar.bz2 gentoo-2-07a0a6a16a3783fa0ae5a295d8c1965e242450cb.zip |
fix bug 217329
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.11.43.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 8e5e4d252261..fcf4f0ef7461 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lilypond # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.76 2008/03/29 12:26:08 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.77 2008/04/11 20:36:14 hkbst Exp $ + + 11 Apr 2008; Marijn Schouten <hkBst@gentoo.org> lilypond-2.11.43.ebuild: + fix bug 217329 29 Mar 2008; Marijn Schouten <hkBst@gentoo.org> -lilypond-2.10.25-r1.ebuild, -lilypond-2.10.29.ebuild, diff --git a/media-sound/lilypond/lilypond-2.11.43.ebuild b/media-sound/lilypond/lilypond-2.11.43.ebuild index 98461062f116..443db368a5b4 100644 --- a/media-sound/lilypond/lilypond-2.11.43.ebuild +++ b/media-sound/lilypond/lilypond-2.11.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.43.ebuild,v 1.1 2008/03/29 12:15:48 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.43.ebuild,v 1.2 2008/04/11 20:36:14 hkbst Exp $ inherit eutils versionator toolchain-funcs elisp-common @@ -38,7 +38,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=media-gfx/fontforge-20070501 >=app-text/mftrace-1.2.9 - >=sys-apps/texinfo-4.8 + >=sys-apps/texinfo-4.11 sys-devel/make sys-devel/gettext sys-devel/flex |