diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-04-15 15:34:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-04-15 15:34:19 +0000 |
commit | 262c1378036c4882789fa08821670c6ebbb7685d (patch) | |
tree | 715a85b19248e6f921d34de7cbedd10012ce6799 /media-plugins/gmpc-magnatune | |
parent | Do not use GMPCV variable. (diff) | |
download | gentoo-2-262c1378036c4882789fa08821670c6ebbb7685d.tar.gz gentoo-2-262c1378036c4882789fa08821670c6ebbb7685d.tar.bz2 gentoo-2-262c1378036c4882789fa08821670c6ebbb7685d.zip |
Do not use GMPCV variable.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-plugins/gmpc-magnatune')
-rw-r--r-- | media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild index 46ec1f66cead..57f860a8288f 100644 --- a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild +++ b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild,v 1.1 2007/04/15 14:48:24 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild,v 1.2 2007/04/15 15:34:19 ticho Exp $ -GMPCV="0.14.0" DESCRIPTION="The plugin allows you to browse, and preview available albums on www.magnatune.com." HOMEPAGE="http://sarine.nl/gmpc-plugins-lyrics-magnatune" -SRC_URI="http://download.sarine.nl/gmpc-${GMPCV}/plugins/${P}.tar.gz" +SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=media-sound/gmpc-${GMPCV} +DEPEND=">=media-sound/gmpc-${PV} dev-libs/libxml2" src_compile () |