diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 19:55:27 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 19:55:27 +0000 |
commit | 54ccf9d30b068dff134b63da7992bf44c33d8df5 (patch) | |
tree | 8d8357a48d4499e611c6a8c2c878110d72003015 /media-sound/audacious | |
parent | Marked stable for amd64 wrt bug #450724 (diff) | |
download | gentoo-2-54ccf9d30b068dff134b63da7992bf44c33d8df5.tar.gz gentoo-2-54ccf9d30b068dff134b63da7992bf44c33d8df5.tar.bz2 gentoo-2-54ccf9d30b068dff134b63da7992bf44c33d8df5.zip |
Correct dependency on audacious-plugins, wrt bug #450186
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 313723aa7830..47d9d347a5c2 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.284 2013/01/06 20:53:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.285 2013/01/07 19:55:27 pinkbyte Exp $ + + 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> audacious-3.3.2.ebuild: + Correct dependency on audacious-plugins, wrt bug #450186 06 Jan 2013; <jd@gentoo.org> audacious-2.4.4.ebuild, audacious-2.5.4.ebuild, audacious-3.1.1.ebuild, audacious-3.1.ebuild, audacious-3.2.2-r1.ebuild, diff --git a/media-sound/audacious/audacious-3.3.2.ebuild b/media-sound/audacious/audacious-3.3.2.ebuild index 36f61a630a64..fb5c499b93b8 100644 --- a/media-sound/audacious/audacious-3.3.2.ebuild +++ b/media-sound/audacious/audacious-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3.2.ebuild,v 1.2 2013/01/06 20:53:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3.2.ebuild,v 1.3 2013/01/07 19:55:27 pinkbyte Exp $ EAPI=4 inherit eutils @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} chardet? ( >=app-i18n/libguess-1.1 ) nls? ( dev-util/intltool )" -PDEPEND="~media-plugins/audacious-plugins-3.3" +PDEPEND="~media-plugins/audacious-plugins-3.3.2" src_configure() { # D-Bus is a mandatory dependency, remote control, |