diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
commit | ce32ebcbf7baaf37c3a1843d3a446b92bf98adce (patch) | |
tree | 69f9b9f250452e1e1dd0f92af043db47f4156420 /libre/python2-libre/gdbm-magic-values.patch | |
parent | 050167114c83d87da8228b170c5bfc35d00d8953 (diff) | |
parent | f6fa033cd8ddd7cf0efcc84b93ca8f27d5b1059b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/python2-libre/gdbm-magic-values.patch')
-rw-r--r-- | libre/python2-libre/gdbm-magic-values.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/python2-libre/gdbm-magic-values.patch b/libre/python2-libre/gdbm-magic-values.patch deleted file mode 100644 index 471faf2c7..000000000 --- a/libre/python2-libre/gdbm-magic-values.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up Python-2.7.2/Lib/whichdb.py.gdbm-1.9-magic Python-2.7.2/Lib/whichdb.py ---- Python-2.7.2/Lib/whichdb.py.gdbm-1.9-magic 2011-06-11 11:46:26.000000000 -0400 -+++ Python-2.7.2/Lib/whichdb.py 2011-09-30 15:45:21.778872290 -0400 -@@ -91,7 +91,7 @@ def whichdb(filename): - return "" - - # Check for GNU dbm -- if magic == 0x13579ace: -+ if magic in (0x13579ace, 0x13579acd, 0x13579acf): - return "gdbm" - - # Check for old Berkeley db hash file format v2 |