app-containers/containers-image: Sync with Gentoo

It's from Gentoo commit 821647ad5d6cb445ebb7902c872993f77e61adb2.
This commit is contained in:
Flatcar Buildbot 2025-04-28 07:11:58 +00:00
parent 14dfc064af
commit 8c96c311fe

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/containers/image/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P#containers-}"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
KEYWORDS="amd64 arm64 ~loong ~riscv"
fi
LICENSE="Apache-2.0"