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 228D313997D for ; Sun, 10 Nov 2019 10:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F40E0AA0; Sun, 10 Nov 2019 10:30:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1B38E0A07 for ; Sun, 10 Nov 2019 10:30:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B399F34CCC4 for ; Sat, 9 Nov 2019 22:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A26889 for ; Sat, 9 Nov 2019 22:52:04 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1573339914.3af85c99a2df7943f9476f5cd67d4c526b622fe2.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libpod/libpod-1.6.3.ebuild X-VCS-Directories: app-emulation/libpod/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3af85c99a2df7943f9476f5cd67d4c526b622fe2 X-VCS-Branch: master Date: Sat, 9 Nov 2019 22:52:04 +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: ec801b06-225f-4216-89e9-064aad42ac2c X-Archives-Hash: f10dfd770b518b1ab76cd8231fa08518 commit: 3af85c99a2df7943f9476f5cd67d4c526b622fe2 Author: Zac Medico gentoo org> AuthorDate: Sat Nov 9 22:46:44 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Nov 9 22:51:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af85c99 app-emulation/libpod: fix get_release_info.sh VERSION Bug: https://bugs.gentoo.org/697998 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico gentoo.org> app-emulation/libpod/libpod-1.6.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emulation/libpod/libpod-1.6.3.ebuild b/app-emulation/libpod/libpod-1.6.3.ebuild index f2d8fa4c489..029c6c1413f 100644 --- a/app-emulation/libpod/libpod-1.6.3.ebuild +++ b/app-emulation/libpod/libpod-1.6.3.ebuild @@ -46,6 +46,9 @@ src_prepare() { -e 's/$(GO) build/$(GO) build -v -work -x/' \ -e 's/^\(install:.*\) install\.python$/\1/' \ -i Makefile || die + + sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \ + -i hack/get_release_info.sh || die } src_compile() {