dev-libs/protobuf: Sync with Gentoo

It's from Gentoo commit d674a844b38ef779323f6b445f58db22c6586c19.
This commit is contained in:
Flatcar Buildbot 2023-10-23 07:11:07 +00:00 committed by Krzesimir Nowak
parent f15bf139fa
commit 40a31c4eca

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"