diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | df5dbac64793120bd42de7e388374590da2b5287 (patch) | |
tree | 90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/rl | |
parent | unmask baselayout-1.10 (diff) | |
download | historical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2 historical-df5dbac64793120bd42de7e388374590da2b5287.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/rl')
-rw-r--r-- | app-misc/rl/rl-0.2.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
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 } |