commit: edfd2da1efa31a4782bef38ec843717488872686 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 16 13:49:13 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Jan 20 07:23:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfd2da1
profiles/arch/x86: enable bootstrap openjdk using snapshot Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/x86/package.use.force | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 419fe7152f2b..633f77ace50c 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -1,6 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Arthur Zamarin <[email protected]> (2022-01-16) +# Bootstrapping is possible using our build snapshot, but force +# the user to rebuild +dev-java/openjdk:11 -system-bootstrap +dev-java/openjdk:17 -system-bootstrap + # Georgy Yakovlev <[email protected]> (2020-06-18) # Force host target dev-libs/keystone llvm_targets_X86
