From 75cd0c87c80bf38bc92cdc51ed5e2e342e2bd847 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 18 Jan 2017 13:28:54 -0800 Subject: [PATCH] app-emulation/docker-proxy: use the CoreOS Go functions --- .../docker-proxy/docker-proxy-9999.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 cea770f635..2ebdf7abb8 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,18 +2,24 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 +EAPI=5 EGO_PN="github.com/docker/libnetwork" +COREOS_GO_PACKAGE="${EGO_PN}" +COREOS_GO_VERSION="go1.7" + if [[ ${PV} == *9999 ]]; then + KEYWORDS="~amd64 ~arm64" inherit golang-vcs else EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="amd64 arm64" inherit golang-vcs-snapshot fi +inherit coreos-go + DESCRIPTION="Docker container networking" HOMEPAGE="http://github.com/docker/libnetwork" @@ -26,10 +32,9 @@ S=${WORKDIR}/${P}/src/${EGO_PN} RDEPEND="!