Diff openjdk-17.0.6_p10 with a openjdk-17.0.6_p10-r1
/usr/portage/dev-java/openjdk/openjdk-17.0.6_p10-r1.ebuild 2023-10-09 14:52:29.436368349 +0300 | ||
---|---|---|
52 | 52 |
# https://raw.githubusercontent.com/felixonmars/archriscv-packages/master/java17-openjdk/java17-riscv64.patch |
53 | 53 | |
54 | 54 |
LICENSE="GPL-2-with-classpath-exception" |
55 |
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86" |
|
55 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" |
|
56 | 56 | |
57 | 57 |
IUSE="alsa big-endian cups debug doc examples headless-awt javafx +jbootstrap lto selinux source system-bootstrap systemtap" |
58 | 58 | |
... | ... | |
115 | 115 | |
116 | 116 |
S="${WORKDIR}/jdk${SLOT}u-jdk-${MY_PV//+/-}" |
117 | 117 | |
118 |
PATCHES=( "${FILESDIR}/openjdk-17.0.6-multihead-fix.patch" ) |
|
119 | ||
118 | 120 |
# The space required to build varies wildly depending on USE flags, |
119 | 121 |
# ranging from 2GB to 16GB. This function is certainly not exact but |
120 | 122 |
# should be close enough to be useful. |