From 2f84df46b40cbf4257cac3183d24f48ebda222dc Mon Sep 17 00:00:00 2001 From: TBK Date: Thu, 14 Jan 2021 11:51:03 +0100 Subject: community/pev: fix syntax --- community/pev/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'community/pev/APKBUILD') 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" ;; -- cgit v1.2.3