diff options
author | TBK <tbk@jjtc.eu> | 2021-01-14 11:51:03 +0100 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2021-01-14 11:51:03 +0100 |
commit | 2f84df46b40cbf4257cac3183d24f48ebda222dc (patch) | |
tree | 0a54686d62207f49b97e96ebc8e3ec41b6aca748 | |
parent | 568bbc1deca11057302cfbf7d3e5395bd841dfeb (diff) | |
download | aports-2f84df46b40cbf4257cac3183d24f48ebda222dc.tar.gz aports-2f84df46b40cbf4257cac3183d24f48ebda222dc.tar.bz2 aports-2f84df46b40cbf4257cac3183d24f48ebda222dc.tar.xz |
community/pev: fix syntax
-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" ;; |