diff options
Diffstat (limited to 'community/R')
-rw-r--r-- | community/R/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 96cb878e1f..82274d993d 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.3.3 pkgrel=0 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" -arch="all" +arch="all !s390x" license="GPL-2 GPL-3 LGPL-2.1" depends="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev |