From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA229158087 for ; Thu, 20 Jan 2022 11:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD995E07B2; Thu, 20 Jan 2022 11:18:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 279FAE07B2 for ; Thu, 20 Jan 2022 11:18:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47A00343268 for ; Thu, 20 Jan 2022 11:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7540C200 for ; Thu, 20 Jan 2022 11:18:17 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1642677449.2fe48e05f3effb90416f6348a6c71d069c20cbfb.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2fe48e05f3effb90416f6348a6c71d069c20cbfb X-VCS-Branch: master Date: Thu, 20 Jan 2022 11:18:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1ff6c4b-6656-4c63-900a-fb1cdb1c5fab X-Archives-Hash: 951f5a07ad2ebf2425db624e68c77545 commit: 2fe48e05f3effb90416f6348a6c71d069c20cbfb Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 20 11:17:06 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 20 11:17:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe48e05 profiles/base: force system-bootstrap for openjdk:11 too Signed-off-by: Georgy Yakovlev gentoo.org> profiles/base/package.use.force | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 6fc0ce8d909c..b558db9e0e62 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -3,6 +3,7 @@ # Arthur Zamarin (2022-01-13) # Force to use installed openjdk{,-bin} for bootstrapping +dev-java/openjdk:11 system-bootstrap dev-java/openjdk:17 system-bootstrap # Joonas Niilola (2022-01-08)