diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-10-27 12:51:50 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-10-27 12:51:50 +0000 |
commit | d53166270d8848c0c3fc95e418f89b6ab6a3a667 (patch) | |
tree | c0970c89dd287f457a9e6eb10c228e3d23e8d236 /dev-libs/hashit/hashit-0.9.3.ebuild | |
parent | remove trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-d53166270d8848c0c3fc95e418f89b6ab6a3a667.tar.gz gentoo-2-d53166270d8848c0c3fc95e418f89b6ab6a3a667.tar.bz2 gentoo-2-d53166270d8848c0c3fc95e418f89b6ab6a3a667.zip |
Stable on x86.
Diffstat (limited to 'dev-libs/hashit/hashit-0.9.3.ebuild')
-rw-r--r-- | dev-libs/hashit/hashit-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hashit/hashit-0.9.3.ebuild b/dev-libs/hashit/hashit-0.9.3.ebuild index e641b74dd183..299dc0d38bef 100644 --- a/dev-libs/hashit/hashit-0.9.3.ebuild +++ b/dev-libs/hashit/hashit-0.9.3.ebuild @@ -1,13 +1,13 @@ # 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.3.ebuild,v 1.1 2004/08/30 02:57:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.2 2004/10/27 12:51:50 pyrania 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/" SRC_URI="http://www.pleyades.net/~davidge/projects/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/libc" |