diff options
author | 2007-04-15 15:39:10 +0000 | |
---|---|---|
committer | 2007-04-15 15:39:10 +0000 | |
commit | e5e984f4093f7415ec882b98a7f1139bb172f607 (patch) | |
tree | 7c41f2cf220ab25f213449be53db6e245245af7b /media-plugins/gmpc-lastfm | |
parent | revbump from upstream. reduces malloc calls. cleans up cases when malloc fail... (diff) | |
download | historical-e5e984f4093f7415ec882b98a7f1139bb172f607.tar.gz historical-e5e984f4093f7415ec882b98a7f1139bb172f607.tar.bz2 historical-e5e984f4093f7415ec882b98a7f1139bb172f607.zip |
Do not use GMPCV variable.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'media-plugins/gmpc-lastfm')
-rw-r--r-- | media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild b/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild index 3e13f1a80b86..8d04d79a5bc5 100644 --- a/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild +++ b/media-plugins/gmpc-lastfm/gmpc-lastfm-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-lastfm/gmpc-lastfm-0.14.0.ebuild,v 1.1 2007/04/15 14:33:51 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.14.0.ebuild,v 1.2 2007/04/15 15:31:51 ticho Exp $ -GMPCV="0.14.0" DESCRIPTION="The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this." HOMEPAGE="http://sarine.nl/gmpc-plugins-lastfm" -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 () |