commit:     a350f433c0d440a48dc41d64752dfcdc5155810d
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 02:18:20 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 02:18:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a350f433

app-emulation/lxc: remove spurious kernel flag checks

Remove kernel flags checks related to lxc-checkpoint. sys-process/criu
already checks for those flags and is a dependency to the lxc-checkpoint
utility.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/lxc/lxc-3.0.1.ebuild | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/app-emulation/lxc/lxc-3.0.1.ebuild 
b/app-emulation/lxc/lxc-3.0.1.ebuild
index a36f4c15daa..a13e4267ee5 100644
--- a/app-emulation/lxc/lxc-3.0.1.ebuild
+++ b/app-emulation/lxc/lxc-3.0.1.ebuild
@@ -41,10 +41,6 @@ CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
        ~NAMESPACES
        ~IPC_NS ~USER_NS ~PID_NS
 
-       ~NETLINK_DIAG ~PACKET_DIAG
-       ~INET_UDP_DIAG ~INET_TCP_DIAG
-       ~UNIX_DIAG ~CHECKPOINT_RESTORE
-
        ~CGROUP_FREEZER
        ~UTS_NS ~NET_NS
        ~VETH ~MACVLAN
@@ -71,13 +67,6 @@ ERROR_NET_NS="CONFIG_NET_NS:  needed for unshared network"
 ERROR_VETH="CONFIG_VETH:  needed for internal (host-to-container) networking"
 ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
 
-ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG:  needed for lxc-checkpoint"
-ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG:  needed for lxc-checkpoint"
-ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG:  needed for lxc-checkpoint"
-ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG:  needed for lxc-checkpoint"
-ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG:  needed for lxc-checkpoint"
-ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE:  needed for 
lxc-checkpoint"
-
 ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:  needed for lxc-execute command"
 
 ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."

Reply via email to