diff options
author | 2025-01-14 09:25:29 +0200 | |
---|---|---|
committer | 2025-01-14 09:25:29 +0200 | |
commit | c7f5fd179610fb6a491f2256dea98a31e4dc7a48 (patch) | |
tree | 290ae1d73bf958d4711d6ea7aab2d4cf0f636a4c /app-containers | |
parent | dev-util/cpputest: fix configure & test (diff) | |
download | gentoo-c7f5fd179610fb6a491f2256dea98a31e4dc7a48.tar.gz gentoo-c7f5fd179610fb6a491f2256dea98a31e4dc7a48.tar.bz2 gentoo-c7f5fd179610fb6a491f2256dea98a31e4dc7a48.zip |
app-containers/docker: Stabilize 27.4.1-r1 amd64, #948057
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/docker/docker-27.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/docker/docker-27.4.1-r1.ebuild b/app-containers/docker/docker-27.4.1-r1.ebuild index 61ca6d1319ee..c3992cb0f31f 100644 --- a/app-containers/docker/docker-27.4.1-r1.ebuild +++ b/app-containers/docker/docker-27.4.1-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/moby-${PV}" 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 cuda +overlay2 seccomp selinux systemd" DEPEND=" |