diff options
author | Sam James <sam@gentoo.org> | 2025-01-14 02:32:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-14 02:32:21 +0000 |
commit | 891a380b6934bcaa0a4e53d0a4a03102341d05ba (patch) | |
tree | e40cd205258b43c2590c4cd2f00be6ce333e9e7d /app-containers | |
parent | app-containers/docker-cli: Stabilize 27.4.1 ppc64, #948057 (diff) | |
download | gentoo-891a380b6934bcaa0a4e53d0a4a03102341d05ba.tar.gz gentoo-891a380b6934bcaa0a4e53d0a4a03102341d05ba.tar.bz2 gentoo-891a380b6934bcaa0a4e53d0a4a03102341d05ba.zip |
app-containers/runc: Stabilize 1.2.4 ppc64, #948057
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/runc/runc-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/runc/runc-1.2.4.ebuild b/app-containers/runc/runc-1.2.4.ebuild index 9cea27ff3de4..05ef6f0df271 100644 --- a/app-containers/runc/runc-1.2.4.ebuild +++ b/app-containers/runc/runc-1.2.4.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" 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" COMMON_DEPEND=" |