commit: 2cae73a2d9c61b9f1cfd8c01a04d4e9ad54559e7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 23:15:45 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 23:17:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cae73a2
app-emulation/docker: export version for 20.10.4 and 20.10.5
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-emulation/docker/docker-20.10.4.ebuild | 1 +
app-emulation/docker/docker-20.10.5.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-emulation/docker/docker-20.10.4.ebuild
b/app-emulation/docker/docker-20.10.4.ebuild
index 0e9fc779bed..bba2fa9a7eb 100644
--- a/app-emulation/docker/docker-20.10.4.ebuild
+++ b/app-emulation/docker/docker-20.10.4.ebuild
@@ -162,6 +162,7 @@ pkg_setup() {
src_compile() {
export DOCKER_GITCOMMIT="${GIT_COMMIT}"
export GOPATH="${WORKDIR}/${P}"
+ export VERSION=${PV}
# setup CFLAGS and LDFLAGS for separate build target
# see https://github.com/tianon/docker-overlay/pull/10
diff --git a/app-emulation/docker/docker-20.10.5.ebuild
b/app-emulation/docker/docker-20.10.5.ebuild
index 12943bb4c2a..2c037df1422 100644
--- a/app-emulation/docker/docker-20.10.5.ebuild
+++ b/app-emulation/docker/docker-20.10.5.ebuild
@@ -162,6 +162,7 @@ pkg_setup() {
src_compile() {
export DOCKER_GITCOMMIT="${GIT_COMMIT}"
export GOPATH="${WORKDIR}/${P}"
+ export VERSION=${PV}
# setup CFLAGS and LDFLAGS for separate build target
# see https://github.com/tianon/docker-overlay/pull/10