diff options
author | Sam James <sam@gentoo.org> | 2022-11-06 09:30:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-06 09:30:32 +0000 |
commit | ba3b02720718888b72471ba4619693c282bbc483 (patch) | |
tree | db0f0ab60c762f314cd203e39522106894d31126 /dev-libs/protobuf | |
parent | sys-devel/gcc: add 12.2.1_p20221105 (diff) | |
download | gentoo-ba3b02720718888b72471ba4619693c282bbc483.tar.gz gentoo-ba3b02720718888b72471ba4619693c282bbc483.tar.bz2 gentoo-ba3b02720718888b72471ba4619693c282bbc483.zip |
dev-libs/protobuf: Stabilize 21.9 ppc64, #879971
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-21.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-21.9.ebuild b/dev-libs/protobuf/protobuf-21.9.ebuild index 748fff0f4b97..f1957a711595 100644 --- a/dev-libs/protobuf/protobuf-21.9.ebuild +++ b/dev-libs/protobuf/protobuf-21.9.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 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" |