diff options
author | Sam James <sam@gentoo.org> | 2024-09-13 03:23:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-13 03:23:29 +0100 |
commit | eb1e880f1509e3bacbad6c58134789dcd665fe0e (patch) | |
tree | 4e5138d71f615272bcf48f00087e5f5a596bcb92 /dev-libs/protobuf | |
parent | dev-python/pyzmq: Stabilize 26.2.0 ppc64, #939241 (diff) | |
download | gentoo-eb1e880f1509e3bacbad6c58134789dcd665fe0e.tar.gz gentoo-eb1e880f1509e3bacbad6c58134789dcd665fe0e.tar.bz2 gentoo-eb1e880f1509e3bacbad6c58134789dcd665fe0e.zip |
dev-libs/protobuf: Stabilize 27.2 ppc64, #938831
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-27.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-27.2.ebuild b/dev-libs/protobuf/protobuf-27.2.ebuild index f69a1a980e3a..5fab1016050e 100644 --- a/dev-libs/protobuf/protobuf-27.2.ebuild +++ b/dev-libs/protobuf/protobuf-27.2.ebuild @@ -18,7 +18,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 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" MY_SLOT=$(ver_cut 1-2) fi |