commit: 5e71926464f458bc8ff3e5a99d18b4e6602768cd Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 08:38:04 2024 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 08:38:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e719264
app-containers/containers-image: forward ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> app-containers/containers-image/containers-image-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-image/containers-image-9999.ebuild b/app-containers/containers-image/containers-image-9999.ebuild index 9d755c4cf4ad..40770f7a7d7d 100644 --- a/app-containers/containers-image/containers-image-9999.ebuild +++ b/app-containers/containers-image/containers-image-9999.ebuild @@ -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 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi LICENSE="Apache-2.0"