From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1642010-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7553815817D for <garchives@archives.gentoo.org>; Thu, 13 Jun 2024 02:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BF4E2A5C; Thu, 13 Jun 2024 02:15:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E5CFE2A5C for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jun 2024 02:15:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D52335C4E for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jun 2024 02:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9172D1C9F for <gentoo-commits@lists.gentoo.org>; Thu, 13 Jun 2024 02:15:14 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1718244885.33e21814cf6993ce4239e3ef176e3d426d8a6fc4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/docker/docker-26.1.0-r1.ebuild X-VCS-Directories: app-containers/docker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33e21814cf6993ce4239e3ef176e3d426d8a6fc4 X-VCS-Branch: master Date: Thu, 13 Jun 2024 02:15:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f04b78aa-59e0-4cc0-9f8e-cf4e1160e1f5 X-Archives-Hash: 02fd12f3f33b160b04fa044c33bc3f6e commit: 33e21814cf6993ce4239e3ef176e3d426d8a6fc4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 02:14:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 02:14:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e21814 app-containers/docker: Stabilize 26.1.0-r1 ppc64, #934160 Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/docker/docker-26.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="