summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:14:34 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:14:34 +0000
commitfcf93129ca775891a51589f89f656a64012c3f96 (patch)
treefd1f9d8ba1a27221607fd2f6a0975d84a6bd538b /dev-util/gperf/gperf-3.0.1.ebuild
parentvirtual/glibc -> virtual/libc (diff)
downloadhistorical-fcf93129ca775891a51589f89f656a64012c3f96.tar.gz
historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.bz2
historical-fcf93129ca775891a51589f89f656a64012c3f96.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/gperf/gperf-3.0.1.ebuild')
-rw-r--r--dev-util/gperf/gperf-3.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild
index a42e369f63fe..1570a8b519a8 100644
--- a/dev-util/gperf/gperf-3.0.1.ebuild
+++ b/dev-util/gperf/gperf-3.0.1.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/dev-util/gperf/gperf-3.0.1.ebuild,v 1.8 2004/06/28 02:09:30 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.9 2004/07/02 05:08:27 eradicator Exp $
DESCRIPTION="A perfect hash function generator."
SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz"
@@ -10,7 +10,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa mips"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install () {
make DESTDIR=${D} install || die