diff options
author | Sam James <sam@gentoo.org> | 2022-01-29 16:14:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-29 16:14:32 +0000 |
commit | 05b7b53f41c8719fb84b8b1efcf8904c031b21d4 (patch) | |
tree | 6544fc6fed52666ef1612d22f19ba365c2ec09fd /dev-python/protobuf-python | |
parent | sys-libs/glibc: drop outdated checks for __thread support (diff) | |
download | gentoo-05b7b53f41c8719fb84b8b1efcf8904c031b21d4.tar.gz gentoo-05b7b53f41c8719fb84b8b1efcf8904c031b21d4.tar.bz2 gentoo-05b7b53f41c8719fb84b8b1efcf8904c031b21d4.zip |
dev-python/protobuf-python: mark -hppa fo 3.18.2/3.19.1 to match protobuf
Bug: https://bugs.gentoo.org/831728
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.18.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.19.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.18.2.ebuild b/dev-python/protobuf-python/protobuf-python-3.18.2.ebuild index ec01cbb66eef..4e76735372f8 100644 --- a/dev-python/protobuf-python/protobuf-python-3.18.2.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.18.2.ebuild @@ -23,7 +23,7 @@ fi LICENSE="BSD" SLOT="0/29" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" BDEPEND="${PYTHON_DEPS} diff --git a/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild index 59042ff20bce..dde21f3e4e2e 100644 --- a/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 -hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND="${PYTHON_DEPS} ~dev-libs/protobuf-${PV} |