diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-14 21:11:57 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-14 21:11:57 +0000 |
commit | 5a3909c22e05abeb834ea2731af7d99a3235ee1f (patch) | |
tree | 7c3e7ea5fc4002f174e1bdcc47d64ec07b880dcf /media-sound | |
parent | marked x86 per bug 421073 (diff) | |
download | gentoo-2-5a3909c22e05abeb834ea2731af7d99a3235ee1f.tar.gz gentoo-2-5a3909c22e05abeb834ea2731af7d99a3235ee1f.tar.bz2 gentoo-2-5a3909c22e05abeb834ea2731af7d99a3235ee1f.zip |
Stable for x86, wrt bug #418321
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.5.0-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index ce10357eb653..3922195e9bf7 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.430 2012/07/14 13:35:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.431 2012/07/14 21:11:57 johu Exp $ + + 14 Jul 2012; Johannes Huber <johu@gentoo.org> amarok-2.5.0-r4.ebuild: + Stable for x86, wrt bug #418321 14 Jul 2012; Agostino Sarubbo <ago@gentoo.org> amarok-2.5.0-r4.ebuild: Stable for amd64, wrt bug #418321 diff --git a/media-sound/amarok/amarok-2.5.0-r4.ebuild b/media-sound/amarok/amarok-2.5.0-r4.ebuild index 8f9b1bf28304..fec422f48154 100644 --- a/media-sound/amarok/amarok-2.5.0-r4.ebuild +++ b/media-sound/amarok/amarok-2.5.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.5.0-r4.ebuild,v 1.2 2012/07/14 13:35:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.5.0-r4.ebuild,v 1.3 2012/07/14 21:11:57 johu Exp $ EAPI=4 @@ -16,7 +16,7 @@ DESCRIPTION="Advanced audio player based on KDE framework." HOMEPAGE="http://amarok.kde.org/" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 x86" else KEYWORDS="" fi |