From 920b2adfc3c4aca4ae6a9250e41a7df5d96d991f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 4 Apr 2013 23:03:48 -0700 Subject: [PATCH] fix(app-emulation/docker): more requires needs libarchive and curl --- .../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 c689cb0ece..184b45e36a 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 @@ -21,6 +21,8 @@ DEPEND=">=dev-lang/go-1.0.2" RDEPEND=" app-emulation/lxc net-misc/bridge-utils + app-arch/libarchive + net-misc/curl " src_compile() {