diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-06 17:33:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-06 17:33:12 +0000 |
commit | aa666227ffd1922219d17f89f657973ff50c1007 (patch) | |
tree | 3a8654aef8ed962d6b50f5ca97236ecec366db53 /dev-python/gmpy/files | |
parent | Version Bump, #347561; Fix for libXft recognition, #347569 (diff) | |
download | gentoo-2-aa666227ffd1922219d17f89f657973ff50c1007.tar.gz gentoo-2-aa666227ffd1922219d17f89f657973ff50c1007.tar.bz2 gentoo-2-aa666227ffd1922219d17f89f657973ff50c1007.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/gmpy/files')
-rw-r--r-- | dev-python/gmpy/files/gmpy-1.11-tests.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/gmpy/files/gmpy-1.11-tests.patch b/dev-python/gmpy/files/gmpy-1.11-tests.patch deleted file mode 100644 index c8c69ae2c006..000000000000 --- a/dev-python/gmpy/files/gmpy-1.11-tests.patch +++ /dev/null @@ -1,32 +0,0 @@ -http://code.google.com/p/gmpy/source/detail?r=251 - ---- test3/gmpy_test_mpf.py -+++ test3/gmpy_test_mpf.py -@@ -419,6 +419,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: ---- test3/gmpy_test_mpq.py -+++ test3/gmpy_test_mpq.py -@@ -359,6 +359,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: ---- test3/gmpy_test_mpz.py -+++ test3/gmpy_test_mpz.py -@@ -967,6 +967,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: |