diff options
-rw-r--r-- | community/pev/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/pev/APKBUILD b/community/pev/APKBUILD index 3b7765c2de..0d94d70f61 100644 --- a/community/pev/APKBUILD +++ b/community/pev/APKBUILD @@ -13,8 +13,7 @@ subpackages="$pkgname-doc" source="https://sourceforge.net/projects/pev/files/pev-$pkgver/pev-$pkgver.tar.gz" case "$CARCH" in - s390x) - mips64) + s390x | mips64) # s390x - Testing pepack /usr/lib/python3.8/distutils/command/wininst-10.0-amd64.exe... ERROR [-18]: not a PE file ((null)) # mips64 - R [-18]: not a PE file ((null)) options="!check" ;; |