diff options
author | 2010-03-16 16:40:03 +0000 | |
---|---|---|
committer | 2010-03-16 16:40:03 +0000 | |
commit | 97da0550fdc7be69cf5fac5311289e72e459dcc1 (patch) | |
tree | 0f9c61b4d5ac9b9b8b287b50ce9d6cea787746ca /app-emulation | |
parent | Add fix for indefinitely hang while checking ping on Linux VServer (#44382), ... (diff) | |
download | gentoo-2-97da0550fdc7be69cf5fac5311289e72e459dcc1.tar.gz gentoo-2-97da0550fdc7be69cf5fac5311289e72e459dcc1.tar.bz2 gentoo-2-97da0550fdc7be69cf5fac5311289e72e459dcc1.zip |
Avoid testing for file capabilities support: we don't support the setcap mode for lxc and it has been dropped by 2.6.33 onward. Thanks to Vadim Kuznetsov in bug #309267.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-0.6.5.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index 5f1515abf096..e295fa5449db 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.10 2010/03/11 13:33:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.11 2010/03/16 16:40:03 flameeyes Exp $ + + 16 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.5.ebuild: + Avoid testing for file capabilities support: we don't support the setcap + mode for lxc and it has been dropped by 2.6.33 onward. Thanks to Vadim + Kuznetsov in bug #309267. 11 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.5.ebuild: Stop trying to remove /etc/lxc, it's no longer installed. diff --git a/app-emulation/lxc/lxc-0.6.5.ebuild b/app-emulation/lxc/lxc-0.6.5.ebuild index 8a606b526e69..f68e876d48d8 100644 --- a/app-emulation/lxc/lxc-0.6.5.ebuild +++ b/app-emulation/lxc/lxc-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.5.ebuild,v 1.3 2010/03/11 13:33:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.5.ebuild,v 1.4 2010/03/16 16:40:03 flameeyes Exp $ EAPI="2" @@ -30,7 +30,6 @@ CONFIG_CHECK="~CGROUPS ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS - ~SECURITY_FILE_CAPABILITIES ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS |