diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 15:27:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 15:27:33 +0300 |
commit | 78e8055f2beb60c2d8b7684aec861255966d0e80 (patch) | |
tree | dfc50ab10990930e1425ce6a22f6aabc700709ad /dev-libs/protobuf | |
parent | dev-libs/libg15: Stabilize 3.0.7 ppc, #939441 (diff) | |
download | gentoo-78e8055f2beb60c2d8b7684aec861255966d0e80.tar.gz gentoo-78e8055f2beb60c2d8b7684aec861255966d0e80.tar.bz2 gentoo-78e8055f2beb60c2d8b7684aec861255966d0e80.zip |
dev-libs/protobuf: Stabilize 25.3 amd64, #939501
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-25.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-25.3.ebuild b/dev-libs/protobuf/protobuf-25.3.ebuild index 422310009a83..d878a5ea4e79 100644 --- a/dev-libs/protobuf/protobuf-25.3.ebuild +++ b/dev-libs/protobuf/protobuf-25.3.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == *9999 ]]; then inherit git-r3 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" |