diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-28 18:09:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-28 18:09:51 +0000 |
commit | a1d44071e491ae292fd88e26958f89324c06bbb7 (patch) | |
tree | 6af0dcfc97dab963986336b28488bbd5e97e6613 /media-sound | |
parent | remove USE=sysfs from bridge-utils-1.2 since it's unused (bug #219600) and re... (diff) | |
download | gentoo-2-a1d44071e491ae292fd88e26958f89324c06bbb7.tar.gz gentoo-2-a1d44071e491ae292fd88e26958f89324c06bbb7.tar.bz2 gentoo-2-a1d44071e491ae292fd88e26958f89324c06bbb7.zip |
sparc stable wrt #217726
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qjackctl/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qjackctl/ChangeLog b/media-sound/qjackctl/ChangeLog index 8dc7d8eed3d6..fb848b6f1b95 100644 --- a/media-sound/qjackctl/ChangeLog +++ b/media-sound/qjackctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qjackctl # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.53 2008/04/26 16:50:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/ChangeLog,v 1.54 2008/04/28 18:09:51 armin76 Exp $ + + 28 Apr 2008; Raúl Porcel <armin76@gentoo.org> qjackctl-0.3.2.ebuild: + sparc stable wrt #217726 26 Apr 2008; nixnut <nixnut@gentoo.org> qjackctl-0.3.2.ebuild: Stable on ppc wrt bug 217726 diff --git a/media-sound/qjackctl/qjackctl-0.3.2.ebuild b/media-sound/qjackctl/qjackctl-0.3.2.ebuild index 71128b51050e..8453c4bd01e5 100644 --- a/media-sound/qjackctl/qjackctl-0.3.2.ebuild +++ b/media-sound/qjackctl/qjackctl-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.2.ebuild,v 1.4 2008/04/26 16:50:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.3.2.ebuild,v 1.5 2008/04/28 18:09:51 armin76 Exp $ EAPI=1 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="alsa debug" |