commit: cf7fb9cdd4b89f94c978566eb2da669c24acbe25 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 02:39:57 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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="*"
