diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycrypto/files/pycrypto-2.0.1-bindist.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycrypto/files/pycrypto-2.0.1-bindist.patch b/dev-python/pycrypto/files/pycrypto-2.0.1-bindist.patch index be1d93260bdd..d3b40d464fff 100644 --- a/dev-python/pycrypto/files/pycrypto-2.0.1-bindist.patch +++ b/dev-python/pycrypto/files/pycrypto-2.0.1-bindist.patch @@ -18,7 +18,7 @@ sources=["src/XOR.c"]), ] -+ if not os.environ.has_key("BINDIST") or os.environ["BINDIST"]!="1": ++ if 0: #not os.environ.has_key("BINDIST") or os.environ["BINDIST"]!="1": + self.extensions += [ + Extension("Crypto.Cipher.IDEA", + include_dirs=['src/'], |