app-emulation/docker-proxy: Build with Go 1.8 to match upstream

This commit is contained in:
David Michael 2017-08-18 18:09:42 -07:00
parent 7a8f1c49a7
commit d97cc4a139
2 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=5 EAPI=6
EGO_PN="github.com/docker/libnetwork" EGO_PN="github.com/docker/libnetwork"
COREOS_GO_PACKAGE="${EGO_PN}" COREOS_GO_PACKAGE="${EGO_PN}"
COREOS_GO_VERSION="go1.7" COREOS_GO_VERSION="go1.8"
if [[ ${PV} == *9999 ]]; then if [[ ${PV} == *9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"