diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-27 04:49:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-27 04:49:45 +0000 |
commit | 319f6b2ce0dda7b478d1d070788a26421d71bd17 (patch) | |
tree | 7ef8acf575e0df36458cdc2accb533a602697772 /media-sound | |
parent | Add fix for l10n usage, bug #428206 (diff) | |
download | gentoo-2-319f6b2ce0dda7b478d1d070788a26421d71bd17.tar.gz gentoo-2-319f6b2ce0dda7b478d1d070788a26421d71bd17.tar.bz2 gentoo-2-319f6b2ce0dda7b478d1d070788a26421d71bd17.zip |
Version bump on 3.3 branch and add keywords as it is finalized upstream.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.3.ebuild (renamed from media-sound/audacious/audacious-3.3_beta2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 8f44c2e1e510..be563d7ff6c7 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.277 2012/07/18 07:55:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.278 2012/07/27 04:49:45 jdhore Exp $ + +*audacious-3.3 (27 Jul 2012) + + 27 Jul 2012; Jeff Horelick <jdhore@gentoo.org> +audacious-3.3.ebuild, + -audacious-3.3_beta2.ebuild: + Version bump on 3.3 branch and add keywords as it is finalized upstream. *audacious-3.3_beta2 (18 Jul 2012) diff --git a/media-sound/audacious/audacious-3.3_beta2.ebuild b/media-sound/audacious/audacious-3.3.ebuild index 5ad9c49fae3d..f98b80d49bea 100644 --- a/media-sound/audacious/audacious-3.3_beta2.ebuild +++ b/media-sound/audacious/audacious-3.3.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/audacious/audacious-3.3_beta2.ebuild,v 1.1 2012/07/18 07:55:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3.ebuild,v 1.1 2012/07/27 04:49:45 jdhore Exp $ EAPI=4 inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 LICENSE="BSD-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="chardet nls" @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} chardet? ( >=app-i18n/libguess-1.1 ) nls? ( dev-util/intltool )" -PDEPEND=">=media-plugins/audacious-plugins-3.3_beta2" +PDEPEND=">=media-plugins/audacious-plugins-3.3" src_configure() { # D-Bus is a mandatory dependency, remote control, |