From d97cc4a13932ed752310e06a1f0a495924c90390 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 18 Aug 2017 18:09:42 -0700 Subject: [PATCH] app-emulation/docker-proxy: Build with Go 1.8 to match upstream --- ...20170410.ebuild => docker-proxy-0.8.0_p20170410-r1.ebuild} | 0 .../app-emulation/docker-proxy/docker-proxy-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/{docker-proxy-0.8.0_p20170410.ebuild => docker-proxy-0.8.0_p20170410-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170410.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170410-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170410.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170410-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild index d347bdd672..df42f2750c 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGO_PN="github.com/docker/libnetwork" COREOS_GO_PACKAGE="${EGO_PN}" -COREOS_GO_VERSION="go1.7" +COREOS_GO_VERSION="go1.8" if [[ ${PV} == *9999 ]]; then KEYWORDS="~amd64 ~arm64"