app-containers/containers-image: Sync with Gentoo

It's from Gentoo commit 5e71926464f458bc8ff3e5a99d18b4e6602768cd.
This commit is contained in:
Flatcar Buildbot 2024-08-26 07:11:48 +00:00 committed by Krzesimir Nowak
parent 28b235d486
commit 4bf490c6a7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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