diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 19:56:04 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-07 19:56:04 +0000 |
commit | 056710c69b8be38789cadb86dceaaa96050b0df6 (patch) | |
tree | 5552169fcf896aae5cfb8776ad66d1d92c672ca3 /media-sound | |
parent | Correct dependency on audacious-plugins, wrt bug #450186 (diff) | |
download | gentoo-2-056710c69b8be38789cadb86dceaaa96050b0df6.tar.gz gentoo-2-056710c69b8be38789cadb86dceaaa96050b0df6.tar.bz2 gentoo-2-056710c69b8be38789cadb86dceaaa96050b0df6.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')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 47d9d347a5c2..c0ddc4510150 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.285 2013/01/07 19:55:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.286 2013/01/07 19:56:04 pinkbyte Exp $ + + 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> audacious-3.3.3.ebuild: + Correct dependency on audacious-plugins, wrt bug #450186 07 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> audacious-3.3.2.ebuild: Correct dependency on audacious-plugins, wrt bug #450186 diff --git a/media-sound/audacious/audacious-3.3.3.ebuild b/media-sound/audacious/audacious-3.3.3.ebuild index 37542ea8935f..856e26c90848 100644 --- a/media-sound/audacious/audacious-3.3.3.ebuild +++ b/media-sound/audacious/audacious-3.3.3.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.3.ebuild,v 1.2 2013/01/06 20:53:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3.3.ebuild,v 1.3 2013/01/07 19:56:04 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.3" src_configure() { # D-Bus is a mandatory dependency, remote control, |