diff options
author | David Holm <dholm@gentoo.org> | 2004-03-21 20:58:51 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-21 20:58:51 +0000 |
commit | 673d05a4ec83d1aae115ef38ad2ef96b0797aea4 (patch) | |
tree | 4915ed81e01d8c770b44e965e3318da7e416e934 | |
parent | Initial import. Add text-to-speech synthesis to gaim. Ebuild by me. Closes... (diff) | |
download | gentoo-2-673d05a4ec83d1aae115ef38ad2ef96b0797aea4.tar.gz gentoo-2-673d05a4ec83d1aae115ef38ad2ef96b0797aea4.tar.bz2 gentoo-2-673d05a4ec83d1aae115ef38ad2ef96b0797aea4.zip |
Added to ~ppc
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 9eaa4730c4ba..470e733377ea 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/fluidsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.4 2004/02/15 13:19:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.5 2004/03/21 20:58:51 dholm Exp $ + + 21 Mar 2004; David Holm <dholm@gentoo.org> fluidsynth-1.0.3.ebuild: + Added to ~ppc. 15 Feb 2004; David Holm <dholm@gentoo.org> fluidsynth-1.0.3.ebuild: Added fix for nonx86 archs submitted by Axxackall. Keyworded ~ppc. diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild index 3cad72d0a4ff..2ca141c92108 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 Technologies, Inc. # 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.3 2004/02/15 13:19:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.4 2004/03/21 20:58:51 dholm Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://savannah.nongnu.org/download/fluid/stable.pkg/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="alsa ladcca jack sse" |