From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF8DD13835B for ; Thu, 25 Mar 2021 08:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F17B3E08A0; Thu, 25 Mar 2021 08:02:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4C12E0891 for ; Thu, 25 Mar 2021 08:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CBD634096C for ; Thu, 25 Mar 2021 08:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED475FC for ; Thu, 25 Mar 2021 08:02:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1616659320.fc8e746b01faa624dc3b059f0dbe7baaffb06700.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-19.03.15.ebuild app-emulation/docker/docker-20.10.3-r2.ebuild app-emulation/docker/docker-20.10.4.ebuild app-emulation/docker/docker-20.10.5.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fc8e746b01faa624dc3b059f0dbe7baaffb06700 X-VCS-Branch: master Date: Thu, 25 Mar 2021 08:02:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 381d75d5-3b7f-41aa-8f57-62124a4ab02e X-Archives-Hash: 0fb8519479c54536151430a538431488 commit: fc8e746b01faa624dc3b059f0dbe7baaffb06700 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 25 07:22:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 25 08:02:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8e746b app-emulation/docker: Remove CONFIG_RT_GROUP_SCHED Closes: https://bugs.gentoo.org/606548 Signed-off-by: Michał Górny gentoo.org> app-emulation/docker/docker-19.03.15.ebuild | 2 +- app-emulation/docker/docker-20.10.3-r2.ebuild | 2 +- app-emulation/docker/docker-20.10.4.ebuild | 2 +- app-emulation/docker/docker-20.10.5.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/docker/docker-19.03.15.ebuild b/app-emulation/docker/docker-19.03.15.ebuild index ac8fee3a6cc..848e9be75a8 100644 --- a/app-emulation/docker/docker-19.03.15.ebuild +++ b/app-emulation/docker/docker-19.03.15.ebuild @@ -85,7 +85,7 @@ CONFIG_CHECK=" ~CGROUP_PERF ~CGROUP_HUGETLB ~NET_CLS_CGROUP - ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED + ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN diff --git a/app-emulation/docker/docker-20.10.3-r2.ebuild b/app-emulation/docker/docker-20.10.3-r2.ebuild index 9af60440140..7f4e790bf85 100644 --- a/app-emulation/docker/docker-20.10.3-r2.ebuild +++ b/app-emulation/docker/docker-20.10.3-r2.ebuild @@ -74,7 +74,7 @@ CONFIG_CHECK=" ~CGROUP_PERF ~CGROUP_HUGETLB ~NET_CLS_CGROUP - ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED + ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN diff --git a/app-emulation/docker/docker-20.10.4.ebuild b/app-emulation/docker/docker-20.10.4.ebuild index ee31e108512..5691d4f83eb 100644 --- a/app-emulation/docker/docker-20.10.4.ebuild +++ b/app-emulation/docker/docker-20.10.4.ebuild @@ -75,7 +75,7 @@ CONFIG_CHECK=" ~CGROUP_PERF ~CGROUP_HUGETLB ~NET_CLS_CGROUP - ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED + ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN diff --git a/app-emulation/docker/docker-20.10.5.ebuild b/app-emulation/docker/docker-20.10.5.ebuild index b444365e4a9..46bb5af09cd 100644 --- a/app-emulation/docker/docker-20.10.5.ebuild +++ b/app-emulation/docker/docker-20.10.5.ebuild @@ -75,7 +75,7 @@ CONFIG_CHECK=" ~CGROUP_PERF ~CGROUP_HUGETLB ~NET_CLS_CGROUP - ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED + ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN