app-emulation/docker: add more verbose error message for lack of CONFIG_KEYS
authorKacper Kowalik <xarthisius@gentoo.org>
Wed, 27 Apr 2016 15:13:18 +0000 (10:13 -0500)
committerKacper Kowalik <xarthisius@gentoo.org>
Wed, 27 Apr 2016 15:13:18 +0000 (10:13 -0500)
Package-Manager: portage-2.2.27

app-emulation/docker/docker-1.11.0.ebuild

index cd68a8c2384ba50cbd12b240975d0ecde27b27d1..7e4f01a0a7ebdd781a986e369c29c771fae65a9d 100644 (file)
@@ -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"