diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-05-12 19:18:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-05-12 19:18:20 +0000 |
commit | 4877cb8078c7a43412e3403b69b652c1e28cf18a (patch) | |
tree | 919024e64f06f06f732a4d8e0b238986ef55f92f /app-emulation/lxc | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-4877cb8078c7a43412e3403b69b652c1e28cf18a.tar.gz gentoo-2-4877cb8078c7a43412e3403b69b652c1e28cf18a.tar.bz2 gentoo-2-4877cb8078c7a43412e3403b69b652c1e28cf18a.zip |
Make sure to check for CGROUP_DEVICE in particular, see bug #409371.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index 42469d1947a1..8d7125df13cc 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.37 2012/05/01 21:14:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.38 2012/05/12 19:18:20 flameeyes Exp $ + + 12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.8.0_rc1-r4.ebuild: + Make sure to check for CGROUP_DEVICE in particular, see bug #409371. 01 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> files/lxc.initd.2: Make the init.d decide whether it needs or uses the network interface diff --git a/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild b/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild index de7c46091c29..a69a7f07714f 100644 --- a/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild +++ b/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.1 2012/05/01 18:09:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.2 2012/05/12 19:18:20 flameeyes Exp $ EAPI="4" @@ -37,7 +37,7 @@ RDEPEND="${RDEPEND} >=sys-apps/openrc-0.9.9.1 )" -CONFIG_CHECK="~CGROUPS +CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~RESOURCE_COUNTERS ~CGROUP_MEM_RES_CTLR ~CGROUP_SCHED |