app-containers/containers-storage: Sync with Gentoo

It's from Gentoo commit 52ab31775d354668b61bb9c37d55d09f63043cd3.
This commit is contained in:
Flatcar Buildbot 2025-04-28 07:11:59 +00:00
parent 3fc57e1549
commit b19bfde074

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/containers/storage/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"