index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-19 11:22:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-19 11:22:57 +0100 |
commit | 27b5acbb0feb41cec090ce2fa786b93ac3b1f264 (patch) | |
tree | ae4e2f7eb4e04889930ee7c3f8e36038d96006cf | |
parent | d5353480b05503dd5b446bf2d8384aaad466b375 (diff) |
-rw-r--r-- | extra/libevdev/PKGBUILD | 3 |
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/}) |