diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-23 06:22:02 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-23 06:22:02 +0000 |
commit | 768de9245f0ad873c7db0a876084e8c525574e83 (patch) | |
tree | 7203e9ca7060f9a1497c5dd5a816beb2dbdcb5ef | |
parent | version bump and clean up (diff) | |
download | gentoo-2-768de9245f0ad873c7db0a876084e8c525574e83.tar.gz gentoo-2-768de9245f0ad873c7db0a876084e8c525574e83.tar.bz2 gentoo-2-768de9245f0ad873c7db0a876084e8c525574e83.zip |
stable x86, bug 196457
(Portage version: 2.1.3.9)
-rw-r--r-- | media-sound/qsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index 21a6fac08d21..801d1d855b1c 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.24 2007/10/21 12:28:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.25 2007/10/23 06:22:02 opfer Exp $ + + 23 Oct 2007; Christian Faulhammer <opfer@gentoo.org> qsynth-0.2.6.ebuild: + stable x86, bug 196457 *qsynth-0.3.1-r1 (21 Oct 2007) diff --git a/media-sound/qsynth/qsynth-0.2.6.ebuild b/media-sound/qsynth/qsynth-0.2.6.ebuild index c72f1140e69e..0a61056c952e 100644 --- a/media-sound/qsynth/qsynth-0.2.6.ebuild +++ b/media-sound/qsynth/qsynth-0.2.6.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.2.6.ebuild,v 1.1 2007/06/20 14:39:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.6.ebuild,v 1.2 2007/10/23 06:22:02 opfer Exp $ inherit qt3 eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="$(qt_min_version 3) media-sound/fluidsynth" |