diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 07:58:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 07:58:04 +0000 |
commit | 02d9c8fe13d528650eab39a16f23bb5fe0b2c79c (patch) | |
tree | 5fd7abdff4e756989da1e2c38fff997268f6f15f /dev-python/protobuf-python | |
parent | dev-libs/protobuf: Stabilize 21.9 arm, #879971 (diff) | |
download | gentoo-02d9c8fe13d528650eab39a16f23bb5fe0b2c79c.tar.gz gentoo-02d9c8fe13d528650eab39a16f23bb5fe0b2c79c.tar.bz2 gentoo-02d9c8fe13d528650eab39a16f23bb5fe0b2c79c.zip |
dev-python/protobuf-python: Stabilize 4.21.9 arm, #879971
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-4.21.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-4.21.9.ebuild b/dev-python/protobuf-python/protobuf-python-4.21.9.ebuild index 029ac84987f4..1e838b381fd9 100644 --- a/dev-python/protobuf-python/protobuf-python-4.21.9.ebuild +++ b/dev-python/protobuf-python/protobuf-python-4.21.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2022 Gentoo Authors +# Copyright 2008-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ else https://github.com/protocolbuffers/protobuf/archive/v${PARENT_PV}.tar.gz -> ${PARENT_P}.tar.gz " - 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" fi DESCRIPTION="Google's Protocol Buffers - Python bindings" |