From 9c3779d0a5a78896f356235d9ce75572fc51a82a Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 7 May 2015 17:45:07 -0400 Subject: [PATCH] docker: use coreos repo temporarily --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 3 ++- 1 file changed, 2 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 c4a7a5445e..d889004a80 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 @@ -7,7 +7,8 @@ EAPI=5 DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level" HOMEPAGE="https://www.docker.com" -CROS_WORKON_PROJECT="dotcloud/docker" +CROS_WORKON_PROJECT="coreos/docker" +#CROS_WORKON_PROJECT="dotcloud/docker" CROS_WORKON_LOCALNAME="docker" CROS_WORKON_REPO="git://github.com"