From 5e71926464f458bc8ff3e5a99d18b4e6602768cd Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Thu, 22 Aug 2024 16:38:04 +0800 Subject: [PATCH] app-containers/containers-image: forward ~loong Signed-off-by: WANG Xuerui --- 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 9d755c4cf4ad9..40770f7a7d7d9 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"