diff options
Diffstat (limited to 'extra/pyopenssl')
-rw-r--r-- | extra/pyopenssl/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/pyopenssl/PKGBUILD b/extra/pyopenssl/PKGBUILD new file mode 100644 index 00000000..aa4776cc --- /dev/null +++ b/extra/pyopenssl/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + unset check +fi +unset -f pkgver |