diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-07-13 07:43:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-07-13 07:43:06 +0000 |
commit | 4ba699af4cdab2e95903cdd4d73b8bc7483b4c87 (patch) | |
tree | 90dd6523d64002974baf39a0070cc3e5a9766bdb /media-libs/lastfmlib/lastfmlib-0.3.0.ebuild | |
parent | Add faad2 use flag on IUSE and metadata.xml (diff) | |
download | historical-4ba699af4cdab2e95903cdd4d73b8bc7483b4c87.tar.gz historical-4ba699af4cdab2e95903cdd4d73b8bc7483b4c87.tar.bz2 historical-4ba699af4cdab2e95903cdd4d73b8bc7483b4c87.zip |
Remove obsolete test use flag
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-libs/lastfmlib/lastfmlib-0.3.0.ebuild')
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild index de0df2748f32..43c929459929 100644 --- a/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild +++ b/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v 1.1 2009/07/11 21:11:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v 1.2 2009/07/13 07:43:06 hwoarang Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="syslog test debug" +IUSE="syslog debug" RDEPEND="net-misc/curl" DEPEND="${RDEPEND}" |