From 34bbc3007bfdb78941fd5f23f97ff2c6c2b3a73f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 29 Jan 2022 15:55:59 +0000 Subject: dev-libs/protobuf: mark broken HPPA versions as -hppa Newer versions are fixed but let's do this to avoid accidentally upgrading to them on HPPA systems. 3.19.3 is fine. Bug: https://bugs.gentoo.org/831728 Signed-off-by: Sam James --- dev-libs/protobuf/protobuf-3.18.2.ebuild | 3 ++- dev-libs/protobuf/protobuf-3.19.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/protobuf/protobuf-3.18.2.ebuild b/dev-libs/protobuf/protobuf-3.18.2.ebuild index f0dbf35e965e..0aea6a331d06 100644 --- a/dev-libs/protobuf/protobuf-3.18.2.ebuild +++ b/dev-libs/protobuf/protobuf-3.18.2.ebuild @@ -22,7 +22,8 @@ fi LICENSE="BSD" SLOT="0/29" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +# -hppa for bug #831728 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="emacs examples static-libs test zlib" RESTRICT="!test? ( test )" diff --git a/dev-libs/protobuf/protobuf-3.19.1.ebuild b/dev-libs/protobuf/protobuf-3.19.1.ebuild index 3ad04bc9adfe..affbc3d58502 100644 --- a/dev-libs/protobuf/protobuf-3.19.1.ebuild +++ b/dev-libs/protobuf/protobuf-3.19.1.ebuild @@ -19,7 +19,8 @@ HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/pro LICENSE="BSD" SLOT="0/30" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +# -hppa for bug #831728 +KEYWORDS="~alpha amd64 arm arm64 -hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="emacs examples static-libs test zlib" RESTRICT="!test? ( test )" -- cgit v1.2.3-65-gdbad