dev-libs/protobuf: Sync with Gentoo

It's from Gentoo commit 13f8734348829273ba08e8d1c2085ed65e762892.
This commit is contained in:
Flatcar Buildbot 2024-01-01 07:11:28 +00:00 committed by Krzesimir Nowak
parent 95c9971f2b
commit ac9192e6f1

View File

@ -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 x86 ~amd64-linux ~x86-linux ~x64-macos"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
fi
DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data"