diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-28 15:19:31 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-28 15:19:31 +0000 |
commit | 3b39f9cfbdf3f4004d52193dd3d551611b2b0415 (patch) | |
tree | 5214e3c441e5cc84e1def6ea1cdcdc9dc5307815 /media-sound | |
parent | revbump to fix path used (bug #165187) and scrollkeeper detection (diff) | |
download | gentoo-2-3b39f9cfbdf3f4004d52193dd3d551611b2b0415.tar.gz gentoo-2-3b39f9cfbdf3f4004d52193dd3d551611b2b0415.tar.bz2 gentoo-2-3b39f9cfbdf3f4004d52193dd3d551611b2b0415.zip |
Stable on ppc wrt bug 196457
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-sound')
-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 801d1d855b1c..be5cf6f4d956 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.25 2007/10/23 06:22:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.26 2007/10/28 15:19:31 nixnut Exp $ + + 28 Oct 2007; nixnut <nixnut@gentoo.org> qsynth-0.2.6.ebuild: + Stable on ppc wrt bug 196457 23 Oct 2007; Christian Faulhammer <opfer@gentoo.org> qsynth-0.2.6.ebuild: stable x86, bug 196457 diff --git a/media-sound/qsynth/qsynth-0.2.6.ebuild b/media-sound/qsynth/qsynth-0.2.6.ebuild index 0a61056c952e..5c6ceb2ff69d 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.2 2007/10/23 06:22:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.6.ebuild,v 1.3 2007/10/28 15:19:31 nixnut 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" |