dev-libs/protobuf: Sync with Gentoo

It's from Gentoo commit b2e00ed469c79912893aa3351d58e776d0442122.
This commit is contained in:
Flatcar Buildbot 2024-08-12 07:13:57 +00:00 committed by Krzesimir Nowak
parent 253d7d4c6f
commit d4b8535bdf

View File

@ -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 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
MY_SLOT=$(ver_cut 1-2)
fi