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 0F3D1139694 for ; Tue, 18 Apr 2017 17:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15DF7E0E93; Tue, 18 Apr 2017 17:58:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E39C6E0E93 for ; Tue, 18 Apr 2017 17:58:22 +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 CD90E3416BE for ; Tue, 18 Apr 2017 17:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ECA473F3 for ; Tue, 18 Apr 2017 17:58:20 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1492538144.bde68a0f82c138858f74914c33ba8e09c8ec2b72.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-17.04.0.ebuild app-emulation/docker/docker-9999.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bde68a0f82c138858f74914c33ba8e09c8ec2b72 X-VCS-Branch: master Date: Tue, 18 Apr 2017 17:58:20 +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-Archives-Salt: 1d3d9aab-4eb7-4627-80f3-e5cf4b008335 X-Archives-Hash: eb2634a000b7dd2d3cccb7d6b5264a04 commit: bde68a0f82c138858f74914c33ba8e09c8ec2b72 Author: William Hubbs gentoo org> AuthorDate: Tue Apr 18 17:51:06 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Apr 18 17:55:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde68a0f app-emulation/docker: add ip_vs_rr config check for #614306 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/docker/docker-17.04.0.ebuild | 2 +- app-emulation/docker/docker-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker/docker-17.04.0.ebuild b/app-emulation/docker/docker-17.04.0.ebuild index 8e9fcba77d9..edd2907a219 100644 --- a/app-emulation/docker/docker-17.04.0.ebuild +++ b/app-emulation/docker/docker-17.04.0.ebuild @@ -91,7 +91,7 @@ CONFIG_CHECK=" ~CGROUP_HUGETLB ~NET_CLS_CGROUP ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED - ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT + ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN ~XFRM_ALGO ~XFRM_USER diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index 722178aa6be..c8755d6b0d8 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -89,7 +89,7 @@ CONFIG_CHECK=" ~CGROUP_HUGETLB ~NET_CLS_CGROUP ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED - ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT + ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN ~XFRM_ALGO ~XFRM_USER