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 93622158087 for ; Thu, 20 Jan 2022 07:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 104992BC018; Thu, 20 Jan 2022 07:23:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE42D2BC018 for ; Thu, 20 Jan 2022 07:23:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92CA334330C for ; Thu, 20 Jan 2022 07:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B2E2B0 for ; Thu, 20 Jan 2022 07:23:45 +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: <1642663401.b07073906c7461e31b2ab8e4882b9efc12f7b189.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/64ul/package.use.force X-VCS-Directories: profiles/arch/powerpc/ppc64/64ul/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b07073906c7461e31b2ab8e4882b9efc12f7b189 X-VCS-Branch: master Date: Thu, 20 Jan 2022 07:23:45 +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: 4d0b6993-1563-4e62-82ba-476fee95dc3d X-Archives-Hash: 64d9d92d0c93468581437c1361e38740 commit: b07073906c7461e31b2ab8e4882b9efc12f7b189 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 13 14:28:37 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 20 07:23:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0707390 profiles: enable bootstrap openjdk using snapshot on ppc64be Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/powerpc/ppc64/64ul/package.use.force | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.force b/profiles/arch/powerpc/ppc64/64ul/package.use.force new file mode 100644 index 000000000000..827d31f8d76b --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin (2022-01-13) +# 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