diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:29:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:29:41 +0000 |
commit | 2973615c77463e432b9a6efbba8273ac7701e4c0 (patch) | |
tree | a52f6c300c4da495c30542b041b388d406b5cdb3 /dev-libs/hashit | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-2973615c77463e432b9a6efbba8273ac7701e4c0.tar.gz gentoo-2-2973615c77463e432b9a6efbba8273ac7701e4c0.tar.bz2 gentoo-2-2973615c77463e432b9a6efbba8273ac7701e4c0.zip |
glibc -> libc
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r-- | dev-libs/hashit/hashit-0.9.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/hashit/hashit-0.9.1.ebuild b/dev-libs/hashit/hashit-0.9.1.ebuild index be049dfa4431..652f175a3ec5 100644 --- a/dev-libs/hashit/hashit-0.9.1.ebuild +++ b/dev-libs/hashit/hashit-0.9.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-libs/hashit/hashit-0.9.1.ebuild,v 1.3 2004/07/09 00:12:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.1.ebuild,v 1.4 2004/07/14 14:29:41 agriffis Exp $ DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use." HOMEPAGE="http://www.pleyades.net/~davidge/projects/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |