index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
commit | 755b55405c00990ee7d613e72c1d99f20d96c526 (patch) | |
tree | 1e38753e5209a409ee879d8a7a149f3277e6bb8c | |
parent | 7f075de4c1d258d7702c852666521f2b09a37c2c (diff) | |
parent | 73e1a9a73343d47599f07900213916deeec251b3 (diff) |
-rw-r--r-- | community/consul/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/python2/PKGBUILD | 3 |
diff --git a/community/consul/PKGBUILD b/community/consul/PKGBUILD new file mode 100644 index 00000000..dd10b5cf --- /dev/null +++ b/community/consul/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f prepare | \ + sed ' + $ i sed -i "s/amd64/386/g" "${srcdir}/src/github.com/hashicorp/${pkgname}/GNUmakefile" + ' +)" diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index 89e42cde..fd31655a 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -2,9 +2,10 @@ # test_replace_overflow (present in test_bytes, test_str, test_string, # test_unicode, test_userstring) segfault on i686 # test_bigrepeat (present in test_tuple) segfault on i686 +# test_audioop (present in test_wrongsize, test_augassign, test_base64) AssertionError: -2147483648 != 2147483648L eval "$( declare -f check | \ sed ' - /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple/ + /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize test_augassign test_base64/ ' )" |