summarylogtreecommitdiffstats
path: root/package.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-04-14 21:34:14 +0000
committerAntonio Rojas2020-04-14 21:34:14 +0000
commit4beae3c9cd3c6da4bb0c019d09cc78c3eec791e2 (patch)
treea764b391e86b48d5eb31538e4cfb93f5f940cfa5 /package.patch
parent4f2038b18c028911646bbe84ca646f10e2ea2f2e (diff)
downloadaur-4beae3c9cd3c6da4bb0c019d09cc78c3eec791e2.tar.gz
Rebase patches, split dict sorting changes out of ipython7 patch
Diffstat (limited to 'package.patch')
-rw-r--r--package.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.patch b/package.patch
index 8171cb23c58b..d94b63db64f1 100644
--- a/package.patch
+++ b/package.patch
@@ -15,7 +15,7 @@
extra_compile_args = ["-D_XPG6"]),
--- src/sage/misc/package.py.orig 2014-11-23 15:58:13.000000000 +0100
+++ src/sage/misc/package.py 2015-01-22 20:32:25.651383902 +0100
-@@ -336,7 +336,7 @@
+@@ -358,7 +358,7 @@
Use the framework provided by :mod:`sage.features` to check
whether a library is installed and functional.
"""