From 0e825105e2dbb7fc1b2eab3e7f0042b4c1bec913 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Thu, 22 Aug 2024 16:38:00 +0800 Subject: [PATCH] app-containers/containers-image: keyword 5.30.0 for ~loong Signed-off-by: WANG Xuerui --- app-containers/containers-image/containers-image-5.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/containers-image/containers-image-5.30.0.ebuild b/app-containers/containers-image/containers-image-5.30.0.ebuild index de66edc716221..317689821ec3f 100644 --- a/app-containers/containers-image/containers-image-5.30.0.ebuild +++ b/app-containers/containers-image/containers-image-5.30.0.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"