diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-28 16:05:00 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-28 16:05:45 +0200 |
commit | d0ce6100a65273aa3df8a6d8dbb6a83f2661784a (patch) | |
tree | cc0f795b6711afc0aaba61974de7bd0d0f793a1f /profiles/default | |
parent | games-util/cartridges: bump to 2.6.1 (diff) | |
download | gentoo-d0ce6100a65273aa3df8a6d8dbb6a83f2661784a.tar.gz gentoo-d0ce6100a65273aa3df8a6d8dbb6a83f2661784a.tar.bz2 gentoo-d0ce6100a65273aa3df8a6d8dbb6a83f2661784a.zip |
profiles: add openjdk:21 system-bootstrap masks
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'profiles/default')
3 files changed, 6 insertions, 3 deletions
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 <arthurzam@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 <arthurzam@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 <arthurzam@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 |