diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-13 15:20:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-13 15:20:16 +0000 |
commit | 154cb001b15caae64aeb410f068457ab01e3a404 (patch) | |
tree | 55a2e2841021c6804e3f94183b0ef782e75b1fe7 /media-sound | |
parent | Initial commit, use temporary gnustep-make so real gnustep-make can depend on... (diff) | |
download | gentoo-2-154cb001b15caae64aeb410f068457ab01e3a404.tar.gz gentoo-2-154cb001b15caae64aeb410f068457ab01e3a404.tar.bz2 gentoo-2-154cb001b15caae64aeb410f068457ab01e3a404.zip |
Stable on amd64 wrt bug #297894
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 7c3676d96235..4b17d8bc2d86 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.212 2010/09/26 16:44:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.213 2010/10/13 15:20:16 hwoarang Exp $ + + 13 Oct 2010; Markos Chandras <hwoarang@gentoo.org> audacious-2.4.0.ebuild: + Stable on amd64 wrt bug #297894 26 Sep 2010; Tobias Klausmann <klausman@gentoo.org> audacious-2.4.0.ebuild: diff --git a/media-sound/audacious/audacious-2.4.0.ebuild b/media-sound/audacious/audacious-2.4.0.ebuild index bf51ac1529af..771bf10bfc3d 100644 --- a/media-sound/audacious/audacious-2.4.0.ebuild +++ b/media-sound/audacious/audacious-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.0.ebuild,v 1.2 2010/09/26 16:44:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.0.ebuild,v 1.3 2010/10/13 15:20:16 hwoarang Exp $ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="altivec chardet debug nls session sse2" RDEPEND=">=dev-libs/dbus-glib-0.60 |