diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-04 20:48:14 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-04 20:48:14 +0000 |
commit | afb91470b41e535e5f8e8f7c5c23508182682db1 (patch) | |
tree | 4885e64e9fcecf0db351126a1ccdcfb46ce09f96 /dev-libs/hashit | |
parent | dev-java/dbunit-bin is now dev-java/dbunit (diff) | |
download | gentoo-2-afb91470b41e535e5f8e8f7c5c23508182682db1.tar.gz gentoo-2-afb91470b41e535e5f8e8f7c5c23508182682db1.tar.bz2 gentoo-2-afb91470b41e535e5f8e8f7c5c23508182682db1.zip |
added ~amd64 to KEYWORDS, fixes #91461
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r-- | dev-libs/hashit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/hashit/Manifest | 14 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.3.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog index 406bae3e0a4f..42ccf6c5dfdb 100644 --- a/dev-libs/hashit/ChangeLog +++ b/dev-libs/hashit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/hashit -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.6 2004/11/07 10:32:13 pyrania Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.7 2005/05/04 20:48:14 luckyduck Exp $ + + 04 May 2005; Jan Brinkmann <luckyduck@gentoo.org> hashit-0.9.3.ebuild: + added ~amd64 to KEYWORDS, fixes #91461 07 Nov 2004; <pyrania@gentoo.org> hashit-0.9.3.ebuild: Added --enable-REENTRANT. diff --git a/dev-libs/hashit/Manifest b/dev-libs/hashit/Manifest index 6264d5d97602..8e71bf43e927 100644 --- a/dev-libs/hashit/Manifest +++ b/dev-libs/hashit/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e4877d6811081fac6491aa0b3329d8d7 ChangeLog 830 -MD5 61f3873edbe39fbf29837471f67175a9 hashit-0.9.3.ebuild 888 +MD5 1394a92f29c26378376001cfa902eef5 hashit-0.9.3.ebuild 895 +MD5 a8942dd37ec49448c1d7757eab5bc01e ChangeLog 945 MD5 b723de6800a17e425056e1639441e435 metadata.xml 223 MD5 ff24134d7bd76b9a29fb5019f1931f58 files/digest-hashit-0.9.3 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBjfm1I7fK2cqeyXkRAgBpAKDq3cNAP8qhpRhvZrS0wRhKz+cMowCfaQ1g -MF74et1cmwx7gXfr7zTsn3U= -=SEmN ------END PGP SIGNATURE----- diff --git a/dev-libs/hashit/hashit-0.9.3.ebuild b/dev-libs/hashit/hashit-0.9.3.ebuild index 6a53d4b02fa8..bfe3c3a5cb20 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 +# Copyright 1999-2005 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.4 2004/11/07 10:32:13 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.5 2005/05/04 20:48:14 luckyduck 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/david/projects/" SRC_URI="http://www.pleyades.net/david/projects/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/libc" |