diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
commit | 89414aafef7b4662605766324cbfae205bfbe3e0 (patch) | |
tree | 36ea97f0b79502ff16fba7aa47469e6c52e2ad70 /app-misc/rio500 | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.gz gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.bz2 gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.zip |
Remove rdepend=depend
Diffstat (limited to 'app-misc/rio500')
-rw-r--r-- | app-misc/rio500/rio500-0.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/rio500/rio500-0.7-r1.ebuild b/app-misc/rio500/rio500-0.7-r1.ebuild index d9256ea344d6..9cb81f3fcb8c 100644 --- a/app-misc/rio500/rio500-0.7-r1.ebuild +++ b/app-misc/rio500/rio500-0.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.7 2002/10/19 15:48:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.8 2002/10/20 18:40:22 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500" @@ -13,7 +13,6 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=dev-libs/glib-1.2*" -RDEPEND="${DEPEND}" src_compile() { econf \ |