diff options
author | Sam James <sam@gentoo.org> | 2023-10-18 11:13:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-18 11:13:51 +0100 |
commit | 26d9ebc5d3936f344aa6d8eed201f1175cfa9eab (patch) | |
tree | 3c6ce12b1e665b967e6cd7bb6bd31d2471ca533f /dev-libs/protobuf | |
parent | sys-boot/syslinux: tweak binutils patch to support <2.39 (diff) | |
download | gentoo-26d9ebc5d3936f344aa6d8eed201f1175cfa9eab.tar.gz gentoo-26d9ebc5d3936f344aa6d8eed201f1175cfa9eab.tar.bz2 gentoo-26d9ebc5d3936f344aa6d8eed201f1175cfa9eab.zip |
dev-libs/protobuf: Stabilize 21.12 arm64, #915948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-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 6fe34f584e4c..5346985c252e 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" |