diff options
author | William Hubbs <williamh@gentoo.org> | 2016-06-27 17:40:41 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-06-27 17:41:04 -0500 |
commit | 9a85e95f9b427d21f96e47dccf9650ebf0942c34 (patch) | |
tree | 5fc9c9aa001033dc623b150102db639839fa77a6 /app-emulation | |
parent | app-emulation/docker: remove 1.12.0_rc1 since it is broken (diff) | |
download | gentoo-9a85e95f9b427d21f96e47dccf9650ebf0942c34.tar.gz gentoo-9a85e95f9b427d21f96e47dccf9650ebf0942c34.tar.bz2 gentoo-9a85e95f9b427d21f96e47dccf9650ebf0942c34.zip |
app-emulation/docker: sync live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index 408fee5ecfd4..5320671a34d3 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -65,6 +65,8 @@ RDEPEND=" RESTRICT="installsources strip" +S="${WORKDIR}/${P}/src/${EGO_PN}" + # see "contrib/check-config.sh" from upstream's sources CONFIG_CHECK=" ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS @@ -171,7 +173,6 @@ pkg_setup() { } src_compile() { - cd "src/${EGO_PN}" || die export GOPATH="${WORKDIR}/${P}:${PWD}/vendor" # setup CFLAGS and LDFLAGS for separate build target @@ -220,7 +221,6 @@ src_compile() { } src_install() { - cd "src/${EGO_PN}" || die VERSION="$(cat VERSION)" newbin "bundles/$VERSION/dynbinary-client/docker-$VERSION" docker newbin "bundles/$VERSION/dynbinary-daemon/dockerd-$VERSION" dockerd |