app-containers/crun: Sync with Gentoo

It's from Gentoo commit 1cfaea558964ff59f8222e7c51ffdcd1b509d272.
This commit is contained in:
Flatcar Buildbot 2025-07-07 07:06:59 +00:00
parent 922d56916e
commit 6d59d42fe3

View File

@ -15,7 +15,7 @@ if [[ "$PV" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/containers/${PN}.git"
else
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv"
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv"
fi
LICENSE="GPL-2+ LGPL-2.1+"