diff options
author | 2023-11-29 19:05:13 +0000 | |
---|---|---|
committer | 2023-11-29 19:05:13 +0000 | |
commit | 13f8734348829273ba08e8d1c2085ed65e762892 (patch) | |
tree | 6ff6db31aa1d79955098517cb2a4d8100c4ae26d /dev-libs | |
parent | dev-python/pyglet: Stabilize 2.0.10 arm64, #918799 (diff) | |
download | gentoo-13f8734348829273ba08e8d1c2085ed65e762892.tar.gz gentoo-13f8734348829273ba08e8d1c2085ed65e762892.tar.bz2 gentoo-13f8734348829273ba08e8d1c2085ed65e762892.zip |
dev-libs/protobuf: Stabilize 21.12 arm, #915948
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf/protobuf-21.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-21.12.ebuild b/dev-libs/protobuf/protobuf-21.12.ebuild index b197ed46c9b8..3672570cf101 100644 --- a/dev-libs/protobuf/protobuf-21.12.ebuild +++ b/dev-libs/protobuf/protobuf-21.12.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]]; then EGIT_SUBMODULES=() else SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" |