diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2015-04-29 18:15:28 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2015-04-29 18:15:28 +0000 |
commit | 52874b80d4dc410fb3081e70c418bd4560559399 (patch) | |
tree | 93f34998359f0088d7520879f330264e0582be94 /app-emulation/docker | |
parent | Revision bump, allow lua to come from either slot 0 or slot 5.1 (bug #548104) (diff) | |
download | gentoo-2-52874b80d4dc410fb3081e70c418bd4560559399.tar.gz gentoo-2-52874b80d4dc410fb3081e70c418bd4560559399.tar.bz2 gentoo-2-52874b80d4dc410fb3081e70c418bd4560559399.zip |
Drop ~CFS_BANDWIDTH as it's not yet used by 1.6.0, add warning message for CONFIG_MEMCG_SWAP_ENABLED. Thanks to Thomas Capricelli for the report
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/docker/docker-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/docker/ChangeLog b/app-emulation/docker/ChangeLog index 273c4393aed7..ba5ac05f3080 100644 --- a/app-emulation/docker/ChangeLog +++ b/app-emulation/docker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/docker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.42 2015/04/28 20:50:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.43 2015/04/29 18:15:28 xarthisius Exp $ + + 29 Apr 2015; Kacper Kowalik <xarthisius@gentoo.org> docker-1.6.0.ebuild: + Drop ~CFS_BANDWIDTH as it's not yet used by 1.6.0, add warning message for + CONFIG_MEMCG_SWAP_ENABLED. Thanks to Thomas Capricelli for the report *docker-1.6.0 (28 Apr 2015) diff --git a/app-emulation/docker/docker-1.6.0.ebuild b/app-emulation/docker/docker-1.6.0.ebuild index 9948b891e36e..51fac88ccef4 100644 --- a/app-emulation/docker/docker-1.6.0.ebuild +++ b/app-emulation/docker/docker-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v 1.1 2015/04/28 20:50:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v 1.2 2015/04/29 18:15:28 xarthisius Exp $ EAPI=5 @@ -84,13 +84,13 @@ CONFIG_CHECK=" ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED ~RESOURCE_COUNTERS ~CGROUP_PERF - ~CFS_BANDWIDTH " ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers" +ERROR_MEMCG_SWAP_ENABLED="CONFIG_MEMCG_SWAP_ENABLED: you need to enable memcg_swap in order to + limit swap usage of containers" ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container statistics gathering" ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics gathering" -ERROR_CFS_BANDWIDTH="CONFIG_CFS_BANDWIDTH: is optional for container statistics gathering" pkg_setup() { if kernel_is lt 3 8; then |