From d313805648ea8118f12406ba56c69c63d5fca72f Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Tue, 19 Apr 2022 17:56:44 +0200 Subject: [PATCH] community/R: specify explicit java version This makes it possible for the build order resolver to find openjdk, since the provides is only known after the package is built. This makes it possible to bootstrap the aports repository. This reverts commit 73482bd08035 (community/R: use java-provides abstractions) --- community/R/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 764efca5bb5b..53926050e06c 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=R pkgver=4.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org/" # riscv64 blocked by java-jre-headless @@ -29,7 +29,7 @@ depends_dev=" makedepends=" $depends_dev cairo-dev - java-jre-headless + openjdk8-jre-base libxmu-dev pango-dev perl -- GitLab