diff options
author | 2014-01-24 23:29:37 +0000 | |
---|---|---|
committer | 2014-01-24 23:29:37 +0000 | |
commit | f5b8cbde8ab4c41ea38ddaf3e5d0f8fd9e65769c (patch) | |
tree | 8efc95e7b34f991a1fef6dcfc8b29fd5fe886c0e /media-sound/audacious | |
parent | Stable for HPPA (bug #490463). (diff) | |
download | gentoo-2-f5b8cbde8ab4c41ea38ddaf3e5d0f8fd9e65769c.tar.gz gentoo-2-f5b8cbde8ab4c41ea38ddaf3e5d0f8fd9e65769c.tar.bz2 gentoo-2-f5b8cbde8ab4c41ea38ddaf3e5d0f8fd9e65769c.zip |
Stable for HPPA (bug #490463).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index c93b9c662cbc..cf3a29ac5536 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacious -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.289 2013/12/26 14:57:52 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.290 2014/01/24 23:29:37 jer Exp $ + + 24 Jan 2014; Jeroen Roovers <jer@gentoo.org> audacious-3.4.1.ebuild: + Stable for HPPA (bug #490463). 26 Dec 2013; Markus Meier <maekke@gentoo.org> audacious-3.4.1.ebuild: add ~arm, bug #489350 diff --git a/media-sound/audacious/audacious-3.4.1.ebuild b/media-sound/audacious/audacious-3.4.1.ebuild index 30fc40c87181..f16cd35e3001 100644 --- a/media-sound/audacious/audacious-3.4.1.ebuild +++ b/media-sound/audacious/audacious-3.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.2 2013/12/26 14:57:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.4.1.ebuild,v 1.3 2014/01/24 23:29:37 jer Exp $ EAPI=5 inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="chardet nls" |