diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
commit | 7fb298dd1a8b0265565db705ba27de5d8ddf4b7d (patch) | |
tree | 670b201580249f3d0a484ba326116649c104cb89 /app-text/agrep/agrep-2.04.ebuild | |
parent | Version bumped. Closes 55675 (diff) | |
download | historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.gz historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.bz2 historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/agrep/agrep-2.04.ebuild')
-rw-r--r-- | app-text/agrep/agrep-2.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild index 19d93af4b7a3..4af4895f03b9 100644 --- a/app-text/agrep/agrep-2.04.ebuild +++ b/app-text/agrep/agrep-2.04.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-text/agrep/agrep-2.04.ebuild,v 1.7 2004/06/28 02:14:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.8 2004/07/01 11:56:00 eradicator Exp $ DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern." HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 sparc ~amd64 ~mips" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { # Remove first occurace of CFLAGS so we grab the user CFLAGS |