diff options
author | 2003-05-16 09:03:55 +0000 | |
---|---|---|
committer | 2003-05-16 09:03:55 +0000 | |
commit | 3256c025fe045a070bd0995c2269d10d01df3e3a (patch) | |
tree | f1fa7c5e0cc486d4a045ff71817bf7862b7e9799 /dev-python/pycrypto | |
parent | version bumpage (diff) | |
download | gentoo-2-3256c025fe045a070bd0995c2269d10d01df3e3a.tar.gz gentoo-2-3256c025fe045a070bd0995c2269d10d01df3e3a.tar.bz2 gentoo-2-3256c025fe045a070bd0995c2269d10d01df3e3a.zip |
masking temporarily until distfiles propogate to mirrors
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycrypto/Manifest b/dev-python/pycrypto/Manifest index 3f9ec24990a4..2743675d70e7 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 ae92fa5120040b3f9c0695454995345d pycrypto-1.9_alpha6.ebuild 785 +MD5 66a4e8c9b91b68fa5ff5e0f77a8c5259 pycrypto-1.9_alpha6.ebuild 785 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_alpha6.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild index a1d30d716aa3..34ad6e5ff65f 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.1 2003/05/16 09:01:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.2 2003/05/16 09:03:44 liquidx Exp $ inherit distutils IUSE="" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc dev-lang/python" SLOT="0" -KEYWORDS="~x86 ~alpha" +KEYWORDS="-x86 -alpha" S="${WORKDIR}/${P/_alpha/a}" mydoc="ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO" |