From f27af5ead386f1ecd1a8c74180f3f844f1dba8b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Aug 2018 14:36:50 +0000 Subject: i486-specific patches for python modules --- extra/python-setuptools/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/python-setuptools/PKGBUILD (limited to 'extra/python-setuptools') 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 -- cgit v1.2.3