diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-04-08 22:01:30 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-04-08 22:01:30 +0000 |
commit | 9975c10ef824db9244a85a77e9101236fe82ea05 (patch) | |
tree | 8d10b09fabc7315329eadc16db470c794dc05763 /media-sound/audacious | |
parent | Early stable because of endianness fixes in this release. (diff) | |
download | gentoo-2-9975c10ef824db9244a85a77e9101236fe82ea05.tar.gz gentoo-2-9975c10ef824db9244a85a77e9101236fe82ea05.tar.bz2 gentoo-2-9975c10ef824db9244a85a77e9101236fe82ea05.zip |
Early stable because of endianness fixes in this release.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 76fe2c139b7e..e8744d8247d4 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.116 2007/04/05 12:36:57 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.117 2007/04/08 22:01:30 chainsaw Exp $ + + 08 Apr 2007; Tony Vroon <chainsaw@gentoo.org> audacious-1.3.2.ebuild: + Early stable because of endianness fixes in this release. *audacious-1.3.2 (05 Apr 2007) diff --git a/media-sound/audacious/audacious-1.3.2.ebuild b/media-sound/audacious/audacious-1.3.2.ebuild index f31a8b257bba..19d5cad39e61 100644 --- a/media-sound/audacious/audacious-1.3.2.ebuild +++ b/media-sound/audacious/audacious-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.3.2.ebuild,v 1.1 2007/04/05 12:36:57 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.3.2.ebuild,v 1.2 2007/04/08 22:01:30 chainsaw Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="chardet nls" RDEPEND=">=x11-libs/gtk+-2.6 |