diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-04-15 15:39:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-04-15 15:39:10 +0000 |
commit | ad4ab533d8970d80043cd21a856f94929e1cb754 (patch) | |
tree | 425a4014534a7cd8ee9cfaf064d4dfa54977bd1c /media-plugins/gmpc-stopbutton | |
parent | Do not use GMPCV variable. (diff) | |
download | gentoo-2-ad4ab533d8970d80043cd21a856f94929e1cb754.tar.gz gentoo-2-ad4ab533d8970d80043cd21a856f94929e1cb754.tar.bz2 gentoo-2-ad4ab533d8970d80043cd21a856f94929e1cb754.zip |
Do not use GMPCV variable.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-plugins/gmpc-stopbutton')
-rw-r--r-- | media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild index fa86f0eefff2..e8b47d1c10a4 100644 --- a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild +++ b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-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-stopbutton/gmpc-stopbutton-0.14.0.ebuild,v 1.1 2007/04/15 15:27:50 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild,v 1.2 2007/04/15 15:39:10 ticho Exp $ -GMPCV="0.14.0" DESCRIPTION="This plugin adds a stop button to the controls in the main window." HOMEPAGE="http://sarine.nl/gmpc-plugins-stopbutton" -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 () |