diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 11:50:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-03 11:50:01 +0000 |
commit | 4d7f830ad7145654471ba75aea7a0cb1a294a378 (patch) | |
tree | 3cbfcca45dd9b20fac7d3116ed7bfa7a24852f79 /media-sound/smixer | |
parent | add missing RDEPEND. stable on amd64. bug #392419 (diff) | |
download | gentoo-2-4d7f830ad7145654471ba75aea7a0cb1a294a378.tar.gz gentoo-2-4d7f830ad7145654471ba75aea7a0cb1a294a378.tar.bz2 gentoo-2-4d7f830ad7145654471ba75aea7a0cb1a294a378.zip |
Stable on amd64 wrt bug #392847
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/smixer')
-rw-r--r-- | media-sound/smixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/smixer/smixer-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/smixer/ChangeLog b/media-sound/smixer/ChangeLog index 7249e79f156b..5bfacb431e44 100644 --- a/media-sound/smixer/ChangeLog +++ b/media-sound/smixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/smixer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/ChangeLog,v 1.13 2011/12/02 04:27:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/ChangeLog,v 1.14 2011/12/03 11:50:01 hwoarang Exp $ + + 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> smixer-1.0.4.ebuild: + Stable on amd64 wrt bug #392847 02 Dec 2011; Tim Harder <radhermit@gentoo.org> smixer-1.0.4.ebuild: Update to EAPI 4. diff --git a/media-sound/smixer/smixer-1.0.4.ebuild b/media-sound/smixer/smixer-1.0.4.ebuild index 2666c433038f..67b78d945f49 100644 --- a/media-sound/smixer/smixer-1.0.4.ebuild +++ b/media-sound/smixer/smixer-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.4.ebuild,v 1.2 2011/12/02 04:27:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smixer/smixer-1.0.4.ebuild,v 1.3 2011/12/03 11:50:01 hwoarang Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://centerclick.org/programs/${PN}/${PN}${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc" +KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" S=${WORKDIR}/${PN} |