diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-03 17:17:15 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-03 17:17:15 +0000 |
commit | ef676f05d1a500a15845fb4f73e859d77c5fe388 (patch) | |
tree | 26afca033dc7d83f416fabbf353d216957bd8708 /media-sound | |
parent | Version bump to 5.30, closes #32262. Depends on dev-perl/Mail-Mbox-MessagePar... (diff) | |
download | gentoo-2-ef676f05d1a500a15845fb4f73e859d77c5fe388.tar.gz gentoo-2-ef676f05d1a500a15845fb4f73e859d77c5fe388.tar.bz2 gentoo-2-ef676f05d1a500a15845fb4f73e859d77c5fe388.zip |
Stable amd64.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index d904d6f69595..84b267b4d75d 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/fluidsynth # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.14 2004/06/24 23:59:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.15 2004/09/03 17:17:15 eradicator Exp $ + + 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> + fluidsynth-1.0.3.ebuild: + Stable amd64. 13 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> fluidsynth-1.0.3.ebuild: diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild index 2e0eabf46e94..87f5f83c48d5 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.14 2004/06/24 23:59:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.15 2004/09/03 17:17:15 eradicator Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/fluid/stable.pkg/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="x86 ppc amd64" IUSE="alsa jack sse ladcca" |