From 5c90b10e89dcb84fa6e502cebcdd48fad1ca3a88 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 3 Mar 2016 13:23:46 -0800 Subject: [PATCH] app-emulation/docker: add DEPEND on slotted dev-lang/go --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index bf6f9ddede..1b49fea4ef 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -40,6 +40,8 @@ CDEPEND=" DEPEND=" ${CDEPEND} + dev-lang/go:= + btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )