summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-19 11:22:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-19 11:22:57 +0100
commit27b5acbb0feb41cec090ce2fa786b93ac3b1f264 (patch)
treeae4e2f7eb4e04889930ee7c3f8e36038d96006cf /extra
parentd5353480b05503dd5b446bf2d8384aaad466b375 (diff)
downloadpackages-27b5acbb0feb41cec090ce2fa786b93ac3b1f264.tar.xz
extra/libevdev: disabled valgrind testing on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/libevdev/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/libevdev/PKGBUILD b/extra/libevdev/PKGBUILD
new file mode 100644
index 00000000..28e687ae
--- /dev/null
+++ b/extra/libevdev/PKGBUILD
@@ -0,0 +1,3 @@
+# valgrind no longer supports i486 (configuire tests for the binary,
+# no explicit configure option available)
+makedepends=(${makedepends[@]//valgrind/})