commit:     d0ce6100a65273aa3df8a6d8dbb6a83f2661784a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 14:05:00 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 14:05:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ce6100

profiles: add openjdk:21 system-bootstrap masks

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/64le/package.use.force                 | 3 ++-
 profiles/arch/powerpc/ppc64/64ul/package.use.force                 | 3 ++-
 profiles/arch/riscv/rv64gc/lp64d/package.use.force                 | 3 ++-
 profiles/arch/x86/package.use.force                                | 1 +
 profiles/base/package.use.force                                    | 1 +
 profiles/default/linux/arm64/17.0/musl/package.use.force           | 3 ++-
 profiles/default/linux/arm64/23.0/musl/package.use.force           | 3 ++-
 profiles/default/linux/arm64/23.0/split-usr/musl/package.use.force | 3 ++-
 8 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.force 
b/profiles/arch/powerpc/ppc64/64le/package.use.force
index 83f88604cf1e..5d6499cf5a4e 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.force
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Georgy Yakovlev <gyakov...@gentoo.org> (2022-01-20)
@@ -6,6 +6,7 @@
 # internal bootstrap only needed in parent big-endian profile
 dev-java/openjdk:11 system-bootstrap
 dev-java/openjdk:17 system-bootstrap
+dev-java/openjdk:21 system-bootstrap
 
 # Michał Górny <mgo...@gentoo.org> (2021-02-19)
 # We have ready-to-use configs here.

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.force 
b/profiles/arch/powerpc/ppc64/64ul/package.use.force
index 644089f749d4..173cf4ca17de 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.use.force
+++ b/profiles/arch/powerpc/ppc64/64ul/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Arthur Zamarin <arthur...@gentoo.org> (2022-01-13)
@@ -6,3 +6,4 @@
 # system bootstrap
 dev-java/openjdk:11 -system-bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap

diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.use.force 
b/profiles/arch/riscv/rv64gc/lp64d/package.use.force
index ff27ddeea511..db8c2b5cc93e 100644
--- a/profiles/arch/riscv/rv64gc/lp64d/package.use.force
+++ b/profiles/arch/riscv/rv64gc/lp64d/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Arthur Zamarin <arthur...@gentoo.org> (2022-04-30)
@@ -6,3 +6,4 @@
 # system bootstrap
 dev-java/openjdk:11 -system-bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap

diff --git a/profiles/arch/x86/package.use.force 
b/profiles/arch/x86/package.use.force
index 6cca49d603c2..b187a805f0a1 100644
--- a/profiles/arch/x86/package.use.force
+++ b/profiles/arch/x86/package.use.force
@@ -17,6 +17,7 @@ www-client/firefox system-libvpx
 # system bootstrap
 dev-java/openjdk:11 -system-bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap
 
 # Michał Górny <mgo...@gentoo.org> (2017-12-30)
 # We have ready-to-use configs here.

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 5fe6a08970f6..19ab2087605d 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -52,6 +52,7 @@ sys-devel/clang pie
 # Force to use installed openjdk{,-bin} for bootstrapping
 dev-java/openjdk:11 system-bootstrap
 dev-java/openjdk:17 system-bootstrap
+dev-java/openjdk:21 system-bootstrap
 
 # Michał Górny <mgo...@gentoo.org> (2021-11-04)
 # Enable all LLVM targets unconditionally.  Unfortunately, disabling

diff --git a/profiles/default/linux/arm64/17.0/musl/package.use.force 
b/profiles/default/linux/arm64/17.0/musl/package.use.force
index 21cef28896ca..56d657307578 100644
--- a/profiles/default/linux/arm64/17.0/musl/package.use.force
+++ b/profiles/default/linux/arm64/17.0/musl/package.use.force
@@ -1,7 +1,8 @@
-# Copyright 2022 Gentoo Authors.
+# Copyright 2022-2023 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # Arthur Zamarin <arthur...@gentoo.org> (2022-01-21)
 # Bootstrapping is possible using our build snapshot, so don't force
 # system bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap

diff --git a/profiles/default/linux/arm64/23.0/musl/package.use.force 
b/profiles/default/linux/arm64/23.0/musl/package.use.force
index 21cef28896ca..56d657307578 100644
--- a/profiles/default/linux/arm64/23.0/musl/package.use.force
+++ b/profiles/default/linux/arm64/23.0/musl/package.use.force
@@ -1,7 +1,8 @@
-# Copyright 2022 Gentoo Authors.
+# Copyright 2022-2023 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # Arthur Zamarin <arthur...@gentoo.org> (2022-01-21)
 # Bootstrapping is possible using our build snapshot, so don't force
 # system bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap

diff --git a/profiles/default/linux/arm64/23.0/split-usr/musl/package.use.force 
b/profiles/default/linux/arm64/23.0/split-usr/musl/package.use.force
index 21cef28896ca..56d657307578 100644
--- a/profiles/default/linux/arm64/23.0/split-usr/musl/package.use.force
+++ b/profiles/default/linux/arm64/23.0/split-usr/musl/package.use.force
@@ -1,7 +1,8 @@
-# Copyright 2022 Gentoo Authors.
+# Copyright 2022-2023 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # Arthur Zamarin <arthur...@gentoo.org> (2022-01-21)
 # Bootstrapping is possible using our build snapshot, so don't force
 # system bootstrap
 dev-java/openjdk:17 -system-bootstrap
+dev-java/openjdk:21 -system-bootstrap

Reply via email to