From 218b96730b3b88dafa59d22c7bedb627c4e01b87 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 1 Oct 2021 16:14:34 +0200 Subject: [PATCH] app-emulation/docker-cli: use `${PV}` for CLI version Upstream isn't updating the file regularly, so use ${PV}. Closes: https://bugs.gentoo.org/815658 Closes: https://github.com/gentoo/gentoo/pull/22457 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Mathieu Tortuyaux Signed-off-by: William Hubbs --- .../app-emulation/docker-cli/docker-cli-20.10.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.11.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.11.ebuild index 4df787df34..60d8bd8301 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.11.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-cli/docker-cli-20.10.11.ebuild @@ -44,7 +44,7 @@ src_compile() { export CGO_LDFLAGS="${CGO_LDFLAGS} -L${SYSROOT}/usr/$(get_libdir)" emake \ LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \ - VERSION="$(cat VERSION)" \ + VERSION="${PV}" \ GITCOMMIT="${GIT_COMMIT}" \ dynbinary