diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:33:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:33:49 +0000 |
commit | 4c1142c056811df870717551528586af8abffe03 (patch) | |
tree | a64da5353cf80458b745ee3b730b834901a1afd7 /dev-python/pycrypto | |
parent | put KEYWORDS back in (diff) | |
download | gentoo-2-4c1142c056811df870717551528586af8abffe03.tar.gz gentoo-2-4c1142c056811df870717551528586af8abffe03.tar.bz2 gentoo-2-4c1142c056811df870717551528586af8abffe03.zip |
amd64 keywords
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pycrypto/Manifest b/dev-python/pycrypto/Manifest index d73ae8296d6f..7db2bb5aceb5 100644 --- a/dev-python/pycrypto/Manifest +++ b/dev-python/pycrypto/Manifest @@ -1,5 +1,5 @@ MD5 03ab3ad5107353d26e46af801fc8e7b1 ChangeLog 581 -MD5 bb9e15e9122a289eb009ed6f62ab358f pycrypto-1.9_alpha4.ebuild 708 -MD5 775d0cd5455b50accb55b0a68dad6741 pycrypto-1.9_alpha6.ebuild 785 +MD5 099c0439382c2045e95a6e55b0b663a7 pycrypto-1.9_alpha4.ebuild 716 +MD5 9e48ec68a14f109fc13f6d91545a68e4 pycrypto-1.9_alpha6.ebuild 791 MD5 88124038f9bc0fb6771c9d12f9bcbac9 files/digest-pycrypto-1.9_alpha4 66 MD5 b59c388eacd676d40313043ecea7841e files/digest-pycrypto-1.9_alpha6 66 diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild index c28dde007326..c66d720b2321 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.3 2002/10/20 18:47:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.4 2003/06/21 22:30:24 drobbins Exp $ DESCRIPTION="Python cryptography toolkit." HOMEPAGE="http://www.amk.ca/python/code/crypto.html" @@ -10,7 +10,7 @@ DEPEND="virtual/glibc dev-lang/python" SLOT="0" -KEYWORDS="x86 alpha" +KEYWORDS="x86 amd64 alpha" SRC_URI="http://www.amk.ca/files/python/${P/_alpha/a}.tar.gz" S="${WORKDIR}/${P/_alpha/a}" diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild index 9b62985c36ef..e45bf81c19e8 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.3 2003/05/22 08:44:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.4 2003/06/21 22:30:24 drobbins Exp $ inherit distutils IUSE="" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc dev-lang/python" SLOT="0" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 amd64 ~alpha" S="${WORKDIR}/${P/_alpha/a}" mydoc="ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO" |