diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-03-05 18:29:31 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-03-05 18:29:31 +0000 |
commit | 4dac4247e1e4de215eeabbb23628c8922f8c6cb3 (patch) | |
tree | f5d5f0ddc70f3ad9a49299d8e60d893d75f5265d /media-sound/lilypond | |
parent | Some cleanups to the ebuild, also switching to EAPI=2, mostly the work of Pet... (diff) | |
download | gentoo-2-4dac4247e1e4de215eeabbb23628c8922f8c6cb3.tar.gz gentoo-2-4dac4247e1e4de215eeabbb23628c8922f8c6cb3.tar.bz2 gentoo-2-4dac4247e1e4de215eeabbb23628c8922f8c6cb3.zip |
Sparc stable, Bug #245167.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog index 8c13fe1849d2..11a25dacb8cf 100644 --- a/media-sound/lilypond/ChangeLog +++ b/media-sound/lilypond/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lilypond # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.94 2009/02/08 14:27:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.95 2009/03/05 18:29:31 fmccor Exp $ + + 05 Mar 2009; Ferris McCormick <fmccor@gentoo.org> lilypond-2.12.1.ebuild: + Sparc stable, Bug #245167. 08 Feb 2009; Markus Meier <maekke@gentoo.org> lilypond-2.12.1.ebuild: amd64/x86 stable, bug #245167 diff --git a/media-sound/lilypond/lilypond-2.12.1.ebuild b/media-sound/lilypond/lilypond-2.12.1.ebuild index 4c9c0e456f18..083a5191dcf7 100644 --- a/media-sound/lilypond/lilypond-2.12.1.ebuild +++ b/media-sound/lilypond/lilypond-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.1.ebuild,v 1.3 2009/02/08 14:27:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.1.ebuild,v 1.4 2009/03/05 18:29:31 fmccor Exp $ inherit eutils versionator toolchain-funcs elisp-common @@ -10,7 +10,7 @@ HOMEPAGE="http://lilypond.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~sparc x86" +KEYWORDS="alpha amd64 sparc x86" #LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW" IUSE="debug emacs profile" |