diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-22 19:19:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-22 19:19:24 +0000 |
commit | 25a16335a969c8306efb00f96b4c44ccef553ab9 (patch) | |
tree | b67d17363b8942e509513df6d941c5293bf81099 /media-sound/qsynth | |
parent | amd64 stable wrt #199339 (diff) | |
download | gentoo-2-25a16335a969c8306efb00f96b4c44ccef553ab9.tar.gz gentoo-2-25a16335a969c8306efb00f96b4c44ccef553ab9.tar.bz2 gentoo-2-25a16335a969c8306efb00f96b4c44ccef553ab9.zip |
Bump fluidsynth dependency version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index 4bdef8e77117..74157819cf9e 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qsynth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.32 2007/11/21 19:25:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.33 2007/11/22 19:19:24 flameeyes Exp $ + + 22 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> qsynth-0.3.1-r1.ebuild: + Bump fluidsynth dependency version. 21 Nov 2007; nixnut <nixnut@gentoo.org> qsynth-0.3.1-r1.ebuild: Stable on ppc wrt bug 199695 diff --git a/media-sound/qsynth/qsynth-0.3.1-r1.ebuild b/media-sound/qsynth/qsynth-0.3.1-r1.ebuild index ec99e612269b..59379e0a7dcf 100644 --- a/media-sound/qsynth/qsynth-0.3.1-r1.ebuild +++ b/media-sound/qsynth/qsynth-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.1-r1.ebuild,v 1.4 2007/11/21 19:25:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.1-r1.ebuild,v 1.5 2007/11/22 19:19:24 flameeyes Exp $ inherit qt4 eutils flag-o-matic @@ -14,7 +14,7 @@ IUSE="debug jack alsa" KEYWORDS="amd64 ppc ~sparc x86" DEPEND="$(qt4_min_version 4.2) - media-sound/fluidsynth" + >=media-sound/fluidsynth-1.0.7a" pkg_setup() { if use jack; then |