diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-19 18:50:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-19 18:51:15 -0300 |
commit | dbbf288ac5860f2c695679a86c9925c8fddd7660 (patch) | |
tree | 7f34dbaf6965715fda27c61f5e382add446311a8 /community/evtest | |
parent | 71724baf1a142749f667b28047dae51b1c4e2e7b (diff) | |
download | aports-dbbf288ac5860f2c695679a86c9925c8fddd7660.tar.bz2 aports-dbbf288ac5860f2c695679a86c9925c8fddd7660.tar.xz |
community/evtest: disable on ppc64le
Diffstat (limited to 'community/evtest')
-rw-r--r-- | community/evtest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/evtest/APKBUILD b/community/evtest/APKBUILD index 5acade6a98..8ea3a1d3ff 100644 --- a/community/evtest/APKBUILD +++ b/community/evtest/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="monitor input layer events" options="!check" # No testsuite url="https://cgit.freedesktop.org/evtest/" -arch="all" +arch="all !ppc64le" license="GPL-2.0" makedepends="linux-headers autoconf automake libtool" source="https://src.fedoraproject.org/repo/pkgs/evtest/evtest-$pkgver.tar.bz2/sha512/94f9ff2642abbd0393d7583edd10f83487a1985963bf3186a0c957bf1d56cef30501bb38ac4df0312eab59f633a606e25638a09e43dc6f3bc31f49aa3c7cec52/evtest-$pkgver.tar.bz2 |