From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8757D158018 for ; Sat, 2 Oct 2021 04:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9258E08C4; Sat, 2 Oct 2021 04:05:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA5A8E08C3 for ; Sat, 2 Oct 2021 04:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93284342B48 for ; Sat, 2 Oct 2021 04:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB6511D for ; Sat, 2 Oct 2021 04:05:19 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1633147427.0a3655d676cb95bf0be1dc039c20349bb3d74ce6.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-cli/docker-cli-20.10.7.ebuild app-emulation/docker-cli/docker-cli-20.10.8.ebuild X-VCS-Directories: app-emulation/docker-cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0a3655d676cb95bf0be1dc039c20349bb3d74ce6 X-VCS-Branch: master Date: Sat, 2 Oct 2021 04:05:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70b0a955-ef9c-4e86-a9ee-2d95508191e5 X-Archives-Hash: 78af8520920134ca2e4c1b8674e9c11c commit: 0a3655d676cb95bf0be1dc039c20349bb3d74ce6 Author: Mathieu Tortuyaux microsoft com> AuthorDate: Fri Oct 1 14:14:34 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Oct 2 04:03:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3655d6 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 microsoft.com> Signed-off-by: William Hubbs gentoo.org> app-emulation/docker-cli/docker-cli-20.10.7.ebuild | 2 +- app-emulation/docker-cli/docker-cli-20.10.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker-cli/docker-cli-20.10.7.ebuild b/app-emulation/docker-cli/docker-cli-20.10.7.ebuild index ab025371c18..89c5fce7fea 100644 --- a/app-emulation/docker-cli/docker-cli-20.10.7.ebuild +++ b/app-emulation/docker-cli/docker-cli-20.10.7.ebuild @@ -37,7 +37,7 @@ src_compile() { export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)" emake \ LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \ - VERSION="$(cat VERSION)" \ + VERSION="${PV}" \ GITCOMMIT="${GIT_COMMIT}" \ dynbinary diff --git a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild index 1e802fb5d24..849c6810779 100644 --- a/app-emulation/docker-cli/docker-cli-20.10.8.ebuild +++ b/app-emulation/docker-cli/docker-cli-20.10.8.ebuild @@ -39,7 +39,7 @@ src_compile() { export CGO_LDFLAGS="-L${ESYSROOT}/usr/$(get_libdir)" emake \ LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \ - VERSION="$(cat VERSION)" \ + VERSION="${PV}" \ GITCOMMIT="${GIT_COMMIT}" \ dynbinary