diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-17 13:56:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-17 13:56:36 +0000 |
commit | 151ac42a49e8b20359dcd7aa2af291a4e677031e (patch) | |
tree | 1e7b4dfba67addf1265a7b0ed7cd3f73079e912e /media-plugins/audacious-plugins | |
parent | Stable on ppc wrt bug 171179 (diff) | |
download | gentoo-2-151ac42a49e8b20359dcd7aa2af291a4e677031e.tar.gz gentoo-2-151ac42a49e8b20359dcd7aa2af291a4e677031e.tar.bz2 gentoo-2-151ac42a49e8b20359dcd7aa2af291a4e677031e.zip |
fix audacious dependency, amd64 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index ba44e579e9a9..7c1865fe5f37 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.44 2007/03/11 23:21:05 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.45 2007/03/17 13:56:36 beandog Exp $ + + 17 Mar 2007; Steve Dibb <beandog@gentoo.org> + audacious-plugins-1.2.5.ebuild: + fix audacious dependency, amd64 stable 11 Mar 2007; Peter Weller <welp@gentoo.org> audacious-plugins-1.3.1-r1.ebuild: diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild index 51fd97957fff..86047de8b816 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v 1.4 2006/12/20 18:18:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v 1.5 2007/03/17 13:56:36 beandog Exp $ inherit flag-o-matic @@ -10,13 +10,14 @@ SRC_URI="http://audacious-media-player.org/release/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="aac alsa arts chardet esd flac jack lirc modplug mp3 musepack nls oss sid sndfile timidity vorbis wavpack wma pulseaudio" RDEPEND="app-arch/unzip dev-libs/libxml2 net-misc/curl >=media-sound/audacious-1.2.1 + <media-sound/audacious-1.3.0 >=x11-libs/gtk+-2.6 >=gnome-base/libglade-2.3.1 >=dev-cpp/libbinio-1.4 |