From 5f291387d752b4484e63e862bf75af943e1db955 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 22 Apr 2015 19:35:17 -0700 Subject: [PATCH] Revert "app-emulation/docker: bump to v1.6.0" --- .../docker/{docker-1.6.0.ebuild => docker-1.5.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-1.6.0.ebuild => docker-1.5.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.5.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.5.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 42f923d83e..074bdf170f 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 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then DOCKER_GITCOMMIT="" KEYWORDS="" else - CROS_WORKON_COMMIT="47496519da9664202d900d3635bb840509fa9647" # v1.6.0 + CROS_WORKON_COMMIT="a8a31eff10544860d2188dddabdee4d727545796" # v1.5.0 DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}" KEYWORDS="amd64" fi