diff options
author | Sam James <sam@gentoo.org> | 2024-06-15 08:09:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-15 08:09:33 +0100 |
commit | bfdc7e83e4c6059518d201b08336606a0cd7cabe (patch) | |
tree | 5a16e644093b420d0efbbf0efd0644a2161dc101 /dev-libs | |
parent | app-text/trang: restrict to >=virtual/jdk-11:* #934306 (diff) | |
download | gentoo-bfdc7e83e4c6059518d201b08336606a0cd7cabe.tar.gz gentoo-bfdc7e83e4c6059518d201b08336606a0cd7cabe.tar.bz2 gentoo-bfdc7e83e4c6059518d201b08336606a0cd7cabe.zip |
dev-libs/protobuf: Stabilize 23.3-r4 amd64, #934062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf/protobuf-23.3-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-23.3-r4.ebuild b/dev-libs/protobuf/protobuf-23.3-r4.ebuild index f44655dc1c74..321aee31e075 100644 --- a/dev-libs/protobuf/protobuf-23.3-r4.ebuild +++ b/dev-libs/protobuf/protobuf-23.3-r4.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 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data" |