diff options
author | Sam James <sam@gentoo.org> | 2024-06-13 03:14:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-13 03:14:45 +0100 |
commit | 33e21814cf6993ce4239e3ef176e3d426d8a6fc4 (patch) | |
tree | ab198c83f0f3332ed94922baa2e073126bce18ed /app-containers | |
parent | app-containers/runc: Stabilize 1.1.12 arm64, #934160 (diff) | |
download | gentoo-33e21814cf6993ce4239e3ef176e3d426d8a6fc4.tar.gz gentoo-33e21814cf6993ce4239e3ef176e3d426d8a6fc4.tar.bz2 gentoo-33e21814cf6993ce4239e3ef176e3d426d8a6fc4.zip |
app-containers/docker: Stabilize 26.1.0-r1 ppc64, #934160
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/docker/docker-26.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker/docker-26.1.0-r1.ebuild b/app-containers/docker/docker-26.1.0-r1.ebuild index 85d512353e0d..abd94070009b 100644 --- a/app-containers/docker/docker-26.1.0-r1.ebuild +++ b/app-containers/docker/docker-26.1.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ppc64 ~riscv ~x86" IUSE="apparmor btrfs +container-init overlay seccomp selinux systemd" DEPEND=" |