From f65a3806b320e6b9dd00d5e9abb17e3d9ae06d84 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 9 May 2014 15:05:22 -0700 Subject: [PATCH] fix(app-emulation/docker): Roll back to 0.10.0 0.11 does not currently work properly with socket activation. --- .../docker/{docker-0.11.1.ebuild => docker-0.10.0.ebuild} | 0 .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-0.11.1.ebuild => docker-0.10.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.11.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.10.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.11.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.10.0.ebuild 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 d3cbc09144..29c4e78d6d 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 @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-2 KEYWORDS="" else - CROS_WORKON_COMMIT="fb99f992c081a1d433c97c99ffb46d12693eeb76" + CROS_WORKON_COMMIT="dc9c28f51d669d6b09e81c2381f800f1a33bb659" # v0.10.0 KEYWORDS="amd64" fi