diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 03:13:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 03:13:57 +0100 |
commit | 90846ef52aaea653f47259e18e4b0b5a1b7cae21 (patch) | |
tree | b0bc7504e7580ce7461f67460dfebe738891d6ee /app-emulation | |
parent | app-emulation/containerd: Stabilize 1.4.8 ppc64, #802948 (diff) | |
download | gentoo-90846ef52aaea653f47259e18e4b0b5a1b7cae21.tar.gz gentoo-90846ef52aaea653f47259e18e4b0b5a1b7cae21.tar.bz2 gentoo-90846ef52aaea653f47259e18e4b0b5a1b7cae21.zip |
app-emulation/runc: Stabilize 1.0.0 ppc64, #802948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/runc/runc-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0.ebuild b/app-emulation/runc/runc-1.0.0.ebuild index 1b2b9d5f1c69..ef8cea167d97 100644 --- a/app-emulation/runc/runc-1.0.0.ebuild +++ b/app-emulation/runc/runc-1.0.0.ebuild @@ -17,7 +17,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 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" IUSE="apparmor hardened +kmem +seccomp test" DEPEND="seccomp? ( sys-libs/libseccomp )" |