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/pipeworks/pipeworks-0.4.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'app-misc/pipeworks') 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" -- cgit v1.2.3-65-gdbad