summaryrefslogtreecommitdiff
path: root/extra/python-setuptools/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 14:36:50 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 14:36:50 +0000
commitf27af5ead386f1ecd1a8c74180f3f844f1dba8b9 (patch)
tree6d245cd74e8286f8edfa98e86b7ddee9d9c7061a /extra/python-setuptools/PKGBUILD
parent043f74201967addd0353517fa10251975f7c723f (diff)
downloadpackages-f27af5ead386f1ecd1a8c74180f3f844f1dba8b9.tar.xz
i486-specific patches for python modules
Diffstat (limited to 'extra/python-setuptools/PKGBUILD')
-rw-r--r--extra/python-setuptools/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
new file mode 100644
index 00000000..ed73f8de
--- /dev/null
+++ b/extra/python-setuptools/PKGBUILD
@@ -0,0 +1,4 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ unset check
+fi