diff options
author | 2022-01-29 15:55:59 +0000 | |
---|---|---|
committer | 2022-01-29 15:55:59 +0000 | |
commit | 34bbc3007bfdb78941fd5f23f97ff2c6c2b3a73f (patch) | |
tree | 076c7a1197967c39f3004bf495067f72dfbe79a9 /dev-libs/protobuf | |
parent | dev-python/ipython: Keyword 8.0.1 sparc, #808378 (diff) | |
download | gentoo-34bbc3007bfdb78941fd5f23f97ff2c6c2b3a73f.tar.gz gentoo-34bbc3007bfdb78941fd5f23f97ff2c6c2b3a73f.tar.bz2 gentoo-34bbc3007bfdb78941fd5f23f97ff2c6c2b3a73f.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-3.18.2.ebuild | 3 | ||||
-rw-r--r-- | 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 )" |