diff options
author | 2025-05-22 21:03:25 +0100 | |
---|---|---|
committer | 2025-05-22 21:03:25 +0100 | |
commit | 002347d80de3c49d5ce53e9e600722148744f00d (patch) | |
tree | 2ba9648d6f2739cc236c6ddf17bd48c0c8ffc88d /dev-libs/protobuf/protobuf-30.2.ebuild | |
parent | sys-libs/libunwind: add 1.8.2 (diff) | |
download | gentoo-002347d80de3c49d5ce53e9e600722148744f00d.tar.gz gentoo-002347d80de3c49d5ce53e9e600722148744f00d.tar.bz2 gentoo-002347d80de3c49d5ce53e9e600722148744f00d.zip |
dev-libs/protobuf: Stabilize 30.2 ppc64, #956444
Signed-off-by: Sam James <[email protected]>
Diffstat (limited to 'dev-libs/protobuf/protobuf-30.2.ebuild')
-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 c9b076e6602d..de9d2338cdd3 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 |