summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-10-18 15:43:56 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-10-18 15:43:56 +0000
commitd674a844b38ef779323f6b445f58db22c6586c19 (patch)
tree55d672166861ff27c7fa83b76b0b68a4ae1a0611 /dev-libs/protobuf
parentdev-lang/python: Stabilize 3.11.6 hppa, #915941 (diff)
downloadgentoo-d674a844b38ef779323f6b445f58db22c6586c19.tar.gz
gentoo-d674a844b38ef779323f6b445f58db22c6586c19.tar.bz2
gentoo-d674a844b38ef779323f6b445f58db22c6586c19.zip
dev-libs/protobuf: Stabilize 21.12 x86, #915948
Signed-off-by: Arthur Zamarin <arthurzam@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 bcd4a64e75a9..cccdda2b9a03 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"