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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5F27158086 for ; Fri, 8 Oct 2021 15:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE797E0831; Fri, 8 Oct 2021 15:02:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B46E6E0831 for ; Fri, 8 Oct 2021 15:02:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9FD3342F0F for ; Fri, 8 Oct 2021 15:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50FB4144 for ; Fri, 8 Oct 2021 15:02:57 +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: <1633705138.784be35a0c0ab21b1a4c8bebabd7fcbd43a0bf45.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/64le/package.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/64le/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 784be35a0c0ab21b1a4c8bebabd7fcbd43a0bf45 X-VCS-Branch: master Date: Fri, 8 Oct 2021 15:02:57 +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: 558783ed-9aa8-408a-b709-76d527d8fcc2 X-Archives-Hash: 2b7e925fba7e6b1148fa696a3ac5c11e commit: 784be35a0c0ab21b1a4c8bebabd7fcbd43a0bf45 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Oct 8 14:16:23 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Oct 8 14:58:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784be35a profiles/arch/powerpc/ppc64/64le: add openjdk17 to existing unmask Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 1544eb02815..caf4ed631a0 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev (2021-05-17)↲ @@ -42,9 +42,10 @@ sci-mathematics/geogebra-bin -x11-drivers/xf86-video-amdgpu # Georgy Yakovlev (2019-02-04) -# AdoptOpenJDK's ppc64 build is little-endian only +# Temurin ppc64 build is little-endian only # so we can use bins and build from source -dev-java/openjdk:11 +-dev-java/openjdk:17 -dev-java/openjdk-bin # Sergei Trofimovich (2018-04-11)