From 0c11a2fd1f5e6231df491f5076f7ee60d06e4d89 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Wed, 13 May 2015 14:06:28 -0700 Subject: [PATCH] app-emulation/docker: bump to v1.6.2 --- .../docker/{docker-1.6.1.ebuild => docker-1.6.2.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.1.ebuild => docker-1.6.2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.2.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 474317a05e..f1c65c0344 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="97cd073598275fa468fb3051952bd11002830c8e" # v1.6.1 + CROS_WORKON_COMMIT="7c8fca2ddb58c8d2c4fb4df31c242886df7dd257" # v1.6.2 DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}" KEYWORDS="amd64" fi