diff options
author | 2025-01-10 15:18:53 +0200 | |
---|---|---|
committer | 2025-01-10 15:18:53 +0200 | |
commit | 8b8fd9187c454e801e45d0b9ee0c817618dee08d (patch) | |
tree | 49980fade2ff217cc4515c44d1a8cbdddf3fdf9b /app-containers/crun | |
parent | sys-kernel/vanilla-kernel: Use verify-sig_uncompress_verify_unpack (diff) | |
download | gentoo-8b8fd9187c454e801e45d0b9ee0c817618dee08d.tar.gz gentoo-8b8fd9187c454e801e45d0b9ee0c817618dee08d.tar.bz2 gentoo-8b8fd9187c454e801e45d0b9ee0c817618dee08d.zip |
app-containers/crun: Stabilize 1.17 amd64, #947804
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-rw-r--r-- | app-containers/crun/crun-1.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.17.ebuild b/app-containers/crun/crun-1.17.ebuild index b9312c9d0d61..68d1ad369c7d 100644 --- a/app-containers/crun/crun-1.17.ebuild +++ b/app-containers/crun/crun-1.17.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 ~loong ppc64 ~riscv" + KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv" fi LICENSE="GPL-2+ LGPL-2.1+" |