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 | 4b5706f0a577b113706573cd76e7e923ec562790 (patch) | |
tree | 66a3bcb9acc2fea972a7f38f0c2dccc09758d182 /dev-libs/hashit | |
parent | dev-java/dbunit-bin is now dev-java/dbunit (diff) | |
download | historical-4b5706f0a577b113706573cd76e7e923ec562790.tar.gz historical-4b5706f0a577b113706573cd76e7e923ec562790.tar.bz2 historical-4b5706f0a577b113706573cd76e7e923ec562790.zip |
added ~amd64 to KEYWORDS, fixes #91461
Package-Manager: portage-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 | 12 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.3.ebuild | 6 |
3 files changed, 14 insertions, 11 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..e615f14fe497 100644 --- a/dev-libs/hashit/Manifest +++ b/dev-libs/hashit/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e4877d6811081fac6491aa0b3329d8d7 ChangeLog 830 -MD5 61f3873edbe39fbf29837471f67175a9 hashit-0.9.3.ebuild 888 +MD5 a411962d1b024981d85e25662ebf4b5f hashit-0.9.3.ebuild 897 +MD5 57cbff69a6cf95cfc9ced58b39a56476 ChangeLog 947 MD5 b723de6800a17e425056e1639441e435 metadata.xml 223 MD5 ff24134d7bd76b9a29fb5019f1931f58 files/digest-hashit-0.9.3 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFBjfm1I7fK2cqeyXkRAgBpAKDq3cNAP8qhpRhvZrS0wRhKz+cMowCfaQ1g -MF74et1cmwx7gXfr7zTsn3U= -=SEmN +iD8DBQFCeTUl06ebR+OMO78RAmlvAJ9NEignfbd68DMm1XmRSP/HAmrXCQCgjvEH +6tfzPy9pBXJ2scyDqXWBmeE= +=rnNb -----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" |