summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
commit174b745c8a919bb43518dc856c360c73a817e5d6 (patch)
tree8d4ee282c74e377b9aad7d4db3b290dc3c3be1a4 /dev-util/gperf/gperf-3.0.1.ebuild
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.gz
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.bz2
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.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