diff options
author | Sam James <sam@gentoo.org> | 2022-05-13 20:12:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-13 20:12:44 +0000 |
commit | d7575ba4e9236903313596e1ec99a26b40b427d5 (patch) | |
tree | d470b64edaac762117c003d11c538bbfbf98561e /app-containers/crun | |
parent | games-puzzle/nudoku: update EAPI 7 -> 8 (diff) | |
download | gentoo-d7575ba4e9236903313596e1ec99a26b40b427d5.tar.gz gentoo-d7575ba4e9236903313596e1ec99a26b40b427d5.tar.bz2 gentoo-d7575ba4e9236903313596e1ec99a26b40b427d5.zip |
app-containers/crun: destabilize 1.4.5 for ~amd64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/crun')
-rw-r--r-- | app-containers/crun/crun-1.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.4.5.ebuild b/app-containers/crun/crun-1.4.5.ebuild index e438b67454db..7beee3b50821 100644 --- a/app-containers/crun/crun-1.4.5.ebuild +++ b/app-containers/crun/crun-1.4.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv" IUSE="+bpf +caps criu +seccomp selinux systemd static-libs" DEPEND=" |