diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-08-22 16:38:40 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-08-22 16:38:40 +0800 |
commit | 1d9eebf84401b1d7addbc05293c12ea68e9b5333 (patch) | |
tree | 653c5eb6f99051024bb640145cf3643927b54b04 /app-containers | |
parent | app-containers/catatonit: forward ~loong (diff) | |
download | gentoo-1d9eebf84401b1d7addbc05293c12ea68e9b5333.tar.gz gentoo-1d9eebf84401b1d7addbc05293c12ea68e9b5333.tar.bz2 gentoo-1d9eebf84401b1d7addbc05293c12ea68e9b5333.zip |
app-containers/crun: keyword 1.16 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/crun/crun-1.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.16.ebuild b/app-containers/crun/crun-1.16.ebuild index 631d7a2535dd..c2730e40b57e 100644 --- a/app-containers/crun/crun-1.16.ebuild +++ b/app-containers/crun/crun-1.16.ebuild @@ -15,7 +15,7 @@ if [[ "$PV" == *9999* ]]; then EGIT_REPO_URI="https://github.com/containers/${PN}.git" else SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv" fi LICENSE="GPL-2+ LGPL-2.1+" |