From 1231ed04c9eccbb929791c89717594ba8a8a0b7d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 11 Jan 2024 10:12:04 -0800 Subject: app-containers/containers-image: re-add dropped keyword for ~arm64, ~riscv Bug: https://bugs.gentoo.org/921772 Signed-off-by: Zac Medico --- app-containers/containers-image/containers-image-5.29.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-containers') diff --git a/app-containers/containers-image/containers-image-5.29.0.ebuild b/app-containers/containers-image/containers-image-5.29.0.ebuild index 7117b7fef3cb..eb50b44f8f73 100644 --- a/app-containers/containers-image/containers-image-5.29.0.ebuild +++ b/app-containers/containers-image/containers-image-5.29.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" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="Apache-2.0" -- cgit v1.2.3-65-gdbad