From 79824c0c3ad9e42d7cb993ec5118babf19a6df49 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 3 Apr 2013 20:32:57 -0700 Subject: [PATCH] fix(app-emulation/docker): requires brctl http://stackoverflow.com/questions/15768121/docker-net-no-such-interface --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 857b63d94b..c689cb0ece 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 @@ -18,7 +18,10 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND=">=dev-lang/go-1.0.2" -RDEPEND="app-emulation/lxc" +RDEPEND=" + app-emulation/lxc + net-misc/bridge-utils +" src_compile() { emake