diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-08-15 09:42:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-08-15 09:42:30 +0200 |
commit | fcd2c2212bd5a1d93a170c7a315d7bc0a3cda0c5 (patch) | |
tree | 1204e4ccb8e18452feda3ba1b4a637a93e0435b6 /app-containers | |
parent | app-containers/docker-proxy: arm64 stable wrt bug #865193 (diff) | |
download | gentoo-fcd2c2212bd5a1d93a170c7a315d7bc0a3cda0c5.tar.gz gentoo-fcd2c2212bd5a1d93a170c7a315d7bc0a3cda0c5.tar.bz2 gentoo-fcd2c2212bd5a1d93a170c7a315d7bc0a3cda0c5.zip |
app-containers/runc: arm64 stable wrt bug #865193
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/runc/runc-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/runc/runc-1.1.3.ebuild b/app-containers/runc/runc-1.1.3.ebuild index f18a5090b8d6..b4a730d82449 100644 --- a/app-containers/runc/runc-1.1.3.ebuild +++ b/app-containers/runc/runc-1.1.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P LICENSE="Apache-2.0 BSD-2 BSD MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86" IUSE="apparmor hardened +kmem +seccomp selinux test" DEPEND="seccomp? ( sys-libs/libseccomp )" |