diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2013-01-06 20:53:32 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2013-01-06 20:53:32 +0000 |
commit | 2eb3f54e536a313a4d464e446ce57a01569a8bda (patch) | |
tree | 521b8819df3d941a780e94404c3058c3f2be2cd5 /media-sound/audacious/audacious-3.3.2.ebuild | |
parent | Version bump #450634 by Agostino Sarubbo. (diff) | |
download | historical-2eb3f54e536a313a4d464e446ce57a01569a8bda.tar.gz historical-2eb3f54e536a313a4d464e446ce57a01569a8bda.tar.bz2 historical-2eb3f54e536a313a4d464e446ce57a01569a8bda.zip |
Fix up audacious-plugins dependency. This fixes the depgraph of older audacious releases.
Package-Manager: portage-2.2.0_alpha149/cvs/Linux i686
Manifest-Sign-Key: 0x23E9E900
Diffstat (limited to 'media-sound/audacious/audacious-3.3.2.ebuild')
-rw-r--r-- | media-sound/audacious/audacious-3.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/audacious/audacious-3.3.2.ebuild b/media-sound/audacious/audacious-3.3.2.ebuild index 4e4a916e4f38..36f61a630a64 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-2012 Gentoo Foundation +# 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.1 2012/10/20 14:47:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3.2.ebuild,v 1.2 2013/01/06 20:53:19 jdhore 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" src_configure() { # D-Bus is a mandatory dependency, remote control, |