commit: b310286190b1f76ffadb1224b0eea3f8c6d26e50 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 30 14:12:25 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun May 1 20:46:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3102861
profiles/riscv/lp64d: unmask dev-java/openjdk:11[system-bootstrap] Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25267 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/riscv/rv64gc/lp64d/package.mask | 6 ++++++ profiles/arch/riscv/rv64gc/lp64d/package.use.force | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.mask b/profiles/arch/riscv/rv64gc/lp64d/package.mask new file mode 100644 index 000000000000..53f8d2598ac4 --- /dev/null +++ b/profiles/arch/riscv/rv64gc/lp64d/package.mask @@ -0,0 +1,6 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin <[email protected]> (2022-04-30) +# Bootstrapping tarball was created for lp64d +-dev-java/openjdk diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.use.force b/profiles/arch/riscv/rv64gc/lp64d/package.use.force new file mode 100644 index 000000000000..928df18feed2 --- /dev/null +++ b/profiles/arch/riscv/rv64gc/lp64d/package.use.force @@ -0,0 +1,7 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin <[email protected]> (2022-04-30) +# Bootstrapping is possible using our build snapshot, so don't force +# system bootstrap +dev-java/openjdk:11 -system-bootstrap
