summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2016-04-27 10:13:18 -0500
committerKacper Kowalik <xarthisius@gentoo.org>2016-04-27 10:13:18 -0500
commit381d43a6c6ab1a4b97c8f359de055902c8e1f792 (patch)
tree726aa233f1467be4be363923a9cc7586a6c76394 /app-emulation/docker
parentapp-emulation/docker: add missing check for CONFIG_KEYS, fixes bug 581348 (diff)
downloadgentoo-381d43a6c6ab1a4b97c8f359de055902c8e1f792.tar.gz
gentoo-381d43a6c6ab1a4b97c8f359de055902c8e1f792.tar.bz2
gentoo-381d43a6c6ab1a4b97c8f359de055902c8e1f792.zip
app-emulation/docker: add more verbose error message for lack of CONFIG_KEYS
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/docker')
-rw-r--r--app-emulation/docker/docker-1.11.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/docker/docker-1.11.0.ebuild b/app-emulation/docker/docker-1.11.0.ebuild
index cd68a8c2384b..7e4f01a0a7eb 100644
--- a/app-emulation/docker/docker-1.11.0.ebuild
+++ b/app-emulation/docker/docker-1.11.0.ebuild
@@ -91,6 +91,7 @@ CONFIG_CHECK="
~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED
"
+ERROR_KEYS="CONFIG_KEYS: is mandatory, see bug 581348"
ERROR_MEMCG_KMEM="CONFIG_MEMCG_KMEM: is optional"
ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers"
ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container statistics gathering"