From df5dbac64793120bd42de7e388374590da2b5287 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 28 Jun 2004 04:18:52 +0000 Subject: change glibc to libc and clean up other horribly ugly ebuilds --- app-misc/rl/rl-0.2.2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'app-misc/rl') diff --git a/app-misc/rl/rl-0.2.2.ebuild b/app-misc/rl/rl-0.2.2.ebuild index 322af2f6a964..f3a620d2af22 100644 --- a/app-misc/rl/rl-0.2.2.ebuild +++ b/app-misc/rl/rl-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/rl-0.2.2.ebuild,v 1.5 2004/06/28 02:00:39 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rl/rl-0.2.2.ebuild,v 1.6 2004/06/28 04:11:03 vapier Exp $ DESCRIPTION="Randomize lines from text files or stdin" HOMEPAGE="http://tiefighter.et.tudelft.nl/~arthur/rl/" @@ -8,10 +8,10 @@ SRC_URI="http://tiefighter.et.tudelft.nl/~arthur/rl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 s390 ~sparc ~mips" - +KEYWORDS="~x86 ~sparc ~mips s390" IUSE="debug" -DEPEND="virtual/glibc" + +DEPEND="virtual/libc" src_compile() { local myconf="" @@ -24,6 +24,5 @@ src_compile() { src_install() { make install DESTDIR=${D} || die "install failed" - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } -- cgit v1.2.3-65-gdbad