diff options
author | 2012-11-23 13:05:28 +0000 | |
---|---|---|
committer | 2012-11-23 13:05:28 +0000 | |
commit | 27cfc5a2167312bf222592f6b2d7f01eaf615331 (patch) | |
tree | ada7785032fb895b6ebf99e2e2c6e6ed9b178be1 /media-sound | |
parent | Remove old. (diff) | |
download | gentoo-2-27cfc5a2167312bf222592f6b2d7f01eaf615331.tar.gz gentoo-2-27cfc5a2167312bf222592f6b2d7f01eaf615331.tar.bz2 gentoo-2-27cfc5a2167312bf222592f6b2d7f01eaf615331.zip |
Stable for amd64, wrt bug #444388
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index c3013d016e21..a137ff19c088 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/fluidsynth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.72 2012/11/23 03:56:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.73 2012/11/23 13:05:28 ago Exp $ + + 23 Nov 2012; <ago@gentoo.org> fluidsynth-1.1.6.ebuild: + Stable for amd64, wrt bug #444388 23 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> fluidsynth-1.1.6.ebuild: Use append-flags -pthread to avoid missing symbol pthread_create wrt #436762 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild index 9745d0f3cf2b..f63d025e4262 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild,v 1.2 2012/11/23 03:56:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild,v 1.3 2012/11/23 13:05:28 ago Exp $ EAPI=4 inherit cmake-utils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline sndfile" RDEPEND=">=dev-libs/glib-2.6.5:2 |