diff options
author | 2025-05-22 20:42:52 +0100 | |
---|---|---|
committer | 2025-05-22 20:42:52 +0100 | |
commit | 25944b6480d8a1d7a378cb4340d7c258644551c1 (patch) | |
tree | 50667cf7f2c2000b799e72d1a0620076628fd616 | |
parent | dev-cpp/abseil-cpp: Stabilize 20250127.1 arm64, #956443 (diff) | |
download | gentoo-25944b6480d8a1d7a378cb4340d7c258644551c1.tar.gz gentoo-25944b6480d8a1d7a378cb4340d7c258644551c1.tar.bz2 gentoo-25944b6480d8a1d7a378cb4340d7c258644551c1.zip |
dev-libs/protobuf: Stabilize 30.2 arm, #956444
Signed-off-by: Sam James <[email protected]>
-rw-r--r-- | dev-libs/protobuf/protobuf-30.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-30.2.ebuild b/dev-libs/protobuf/protobuf-30.2.ebuild index 71bf1e316dd2..c9b076e6602d 100644 --- a/dev-libs/protobuf/protobuf-30.2.ebuild +++ b/dev-libs/protobuf/protobuf-30.2.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/protocolbuffers/protobuf/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" SLOT="0/$(ver_cut 1-2).0" fi |