Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-cli/
Date: Sat, 02 Oct 2021 04:05:26
Message-Id: 1633147427.0a3655d676cb95bf0be1dc039c20349bb3d74ce6.williamh@gentoo
1 commit: 0a3655d676cb95bf0be1dc039c20349bb3d74ce6
2 Author: Mathieu Tortuyaux <mtortuyaux <AT> microsoft <DOT> com>
3 AuthorDate: Fri Oct 1 14:14:34 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 04:03:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3655d6
7
8 app-emulation/docker-cli: use `${PV}` for CLI version
9
10 Upstream isn't updating the file regularly, so use ${PV}.
11
12 Closes: https://bugs.gentoo.org/815658
13 Closes: https://github.com/gentoo/gentoo/pull/22457
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Mathieu Tortuyaux <mtortuyaux <AT> microsoft.com>
16 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
17
18 app-emulation/docker-cli/docker-cli-20.10.7.ebuild | 2 +-
19 app-emulation/docker-cli/docker-cli-20.10.8.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/app-emulation/docker-cli/docker-cli-20.10.7.ebuild b/app-emulation/docker-cli/docker-cli-20.10.7.ebuild
23 index ab025371c18..89c5fce7fea 100644
24 --- a/app-emulation/docker-cli/docker-cli-20.10.7.ebuild
25 +++ b/app-emulation/docker-cli/docker-cli-20.10.7.ebuild
26 @@ -37,7 +37,7 @@ src_compile() {
27 export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)"
28 emake \
29 LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
30 - VERSION="$(cat VERSION)" \
31 + VERSION="${PV}" \
32 GITCOMMIT="${GIT_COMMIT}" \
33 dynbinary
34
35
36 diff --git a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild
37 index 1e802fb5d24..849c6810779 100644
38 --- a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild
39 +++ b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild
40 @@ -39,7 +39,7 @@ src_compile() {
41 export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)"
42 emake \
43 LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
44 - VERSION="$(cat VERSION)" \
45 + VERSION="${PV}" \
46 GITCOMMIT="${GIT_COMMIT}" \
47 dynbinary