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 D6AD3158094 for ; Mon, 19 Sep 2022 02:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C74F2E0895; Mon, 19 Sep 2022 02:43:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B3A40E0895 for ; Mon, 19 Sep 2022 02:43:39 +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 9BC3F340DFE for ; Mon, 19 Sep 2022 02:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4A25DA for ; Mon, 19 Sep 2022 02:43:36 +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: <1663555332.cf7fb9cdd4b89f94c978566eb2da669c24acbe25.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild X-VCS-Directories: dev-lang/go-bootstrap/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: cf7fb9cdd4b89f94c978566eb2da669c24acbe25 X-VCS-Branch: master Date: Mon, 19 Sep 2022 02:43:36 +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: 4c1c5591-2b6c-43ea-88b5-b91634cb8e77 X-Archives-Hash: 81c992fe664764cb65a43ca07c7d1cb8 commit: cf7fb9cdd4b89f94c978566eb2da669c24acbe25 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 19 02:39:57 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 19 02:42:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7fb9cd dev-lang/go-bootstrap: unkeyword known broken versions on ppc64 go-bootstrap-1.18.6 can be used instead, it works. Closes: https://bugs.gentoo.org/865143 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 4 ++-- dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild index 9931c509d013..f554da23818a 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* amd64 arm arm64 ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="-* amd64 arm arm64 -ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="big-endian" RESTRICT="strip" QA_PREBUILT="*" diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild index fa9937e75400..e30f1511a95d 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.19.ebuild @@ -34,7 +34,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips -ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="abi_mips_n64 abi_mips_o32 big-endian" RESTRICT="strip" QA_PREBUILT="*"