commit: 6305c1750041f1d16ddd2bb5fef07d89b6dc4c3f Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 08:39:45 2024 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 08:39:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6305c175
app-containers/conmon: forward ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> app-containers/conmon/conmon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/conmon/conmon-9999.ebuild b/app-containers/conmon/conmon-9999.ebuild index bed057cb8f10..c2141f095e2c 100644 --- a/app-containers/conmon/conmon-9999.ebuild +++ b/app-containers/conmon/conmon-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/containers/conmon.git" else SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" fi LICENSE="Apache-2.0"