diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 14:36:50 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 14:36:50 +0000 |
commit | f27af5ead386f1ecd1a8c74180f3f844f1dba8b9 (patch) | |
tree | 6d245cd74e8286f8edfa98e86b7ddee9d9c7061a /community/python2-funcsigs | |
parent | 043f74201967addd0353517fa10251975f7c723f (diff) | |
download | packages-f27af5ead386f1ecd1a8c74180f3f844f1dba8b9.tar.xz |
i486-specific patches for python modules
Diffstat (limited to 'community/python2-funcsigs')
-rw-r--r-- | community/python2-funcsigs/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/python2-funcsigs/PKGBUILD b/community/python2-funcsigs/PKGBUILD new file mode 100644 index 00000000..ed73f8de --- /dev/null +++ b/community/python2-funcsigs/PKGBUILD @@ -0,0 +1,4 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi |