summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-27 03:32:19 +0100
committerSam James <sam@gentoo.org>2023-10-27 03:32:19 +0100
commitdfeab993fab2d0e02239d3ed37a1fe017d4c5b34 (patch)
tree32d989b879cc0c9f45bb089b8321974fe1e7940c /dev-libs/protobuf
parentdev-python/numpy: Stabilize 1.26.0 ppc64, #915924 (diff)
downloadgentoo-dfeab993fab2d0e02239d3ed37a1fe017d4c5b34.tar.gz
gentoo-dfeab993fab2d0e02239d3ed37a1fe017d4c5b34.tar.bz2
gentoo-dfeab993fab2d0e02239d3ed37a1fe017d4c5b34.zip
dev-libs/protobuf: Stabilize 21.12 ppc64, #915948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/protobuf-21.12.ebuild2
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 cccdda2b9a03..b197ed46c9b8 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"