diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-13 17:01:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-13 17:01:20 +0200 |
commit | 96d1bb3fe7352089d25dbe2b3df84667b5f6e3ea (patch) | |
tree | 0f80aa30c74535a0c0ffe591045e5d23257804f8 /community/R | |
parent | a552535009f808f093ecc0f614045623b13e1e51 (diff) | |
download | aports-96d1bb3fe7352089d25dbe2b3df84667b5f6e3ea.tar.bz2 aports-96d1bb3fe7352089d25dbe2b3df84667b5f6e3ea.tar.xz |
community/R: enable on all arches
openjdk8 is already available for all architectures.
Diffstat (limited to 'community/R')
-rw-r--r-- | community/R/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 30e122926f..96cb878e1f 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -6,8 +6,7 @@ pkgver=3.3.3 pkgrel=0 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" -# openjdk8-jre-base is currently built only for x86* -arch="x86_64 x86" +arch="all" license="GPL-2 GPL-3 LGPL-2.1" depends="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev |