diff options
author | 2004-06-28 04:08:38 +0000 | |
---|---|---|
committer | 2004-06-28 04:08:38 +0000 | |
commit | bc3e4093f4b7f3a63a4531462693e04b12e7dbd8 (patch) | |
tree | 0761b918a90dcb763c68eeb1ebec88813594f1b6 /app-misc/pipeworks | |
parent | ~mips (diff) | |
download | gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.gz gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.bz2 gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/pipeworks')
-rw-r--r-- | app-misc/pipeworks/pipeworks-0.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/pipeworks/pipeworks-0.4.ebuild b/app-misc/pipeworks/pipeworks-0.4.ebuild index f3ecec51e98a..5e885ab8e526 100644 --- a/app-misc/pipeworks/pipeworks-0.4.ebuild +++ b/app-misc/pipeworks/pipeworks-0.4.ebuild @@ -1,19 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.4 2004/06/24 22:29:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.5 2004/06/28 04:08:38 vapier Exp $ DESCRIPTION="a small utility that measures throughput between stdin and stdout" -SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz" HOMEPAGE="http://pipeworks.sourceforge.net/" +SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz" -KEYWORDS="x86 ~ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ~ppc" IUSE="" -RESTRICT="nomirror" -DEPEND="virtual/glibc" - +DEPEND="virtual/libc" src_compile() { emake || die "emake failed" |