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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20453158094 for ; Tue, 6 Sep 2022 05:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E945E07D0; Tue, 6 Sep 2022 05:53:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04D31E07D0 for ; Tue, 6 Sep 2022 05:53:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12621340DE7 for ; Tue, 6 Sep 2022 05:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C29D5A2 for ; Tue, 6 Sep 2022 05:53:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662443534.aae91322d18d7791ef8686e2fd4f4cd280dab030.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/k9scli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild sys-cluster/k9scli/k9scli-0.25.18.ebuild X-VCS-Directories: sys-cluster/k9scli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aae91322d18d7791ef8686e2fd4f4cd280dab030 X-VCS-Branch: master Date: Tue, 6 Sep 2022 05:53:15 +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: 3a6ce5da-c49a-48ca-bd35-e387e3dc712d X-Archives-Hash: b092e0f6a13a26599446285f84410228 commit: aae91322d18d7791ef8686e2fd4f4cd280dab030 Author: David Shen gmail com> AuthorDate: Sat Sep 3 11:12:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 6 05:52:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae91322 sys-cluster/k9scli: fix typo The PV variable is not expanded correctly due to the typo. Closes: https://bugs.gentoo.org/868258 Signed-off-by: David Shen gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27122 Signed-off-by: Sam James gentoo.org> sys-cluster/k9scli/{k9scli-0.25.18.ebuild => k9scli-0.25.18-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/k9scli/k9scli-0.25.18.ebuild b/sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild similarity index 93% rename from sys-cluster/k9scli/k9scli-0.25.18.ebuild rename to sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild index 3daa0b58fbe7..e43e5f859ec7 100644 --- a/sys-cluster/k9scli/k9scli-0.25.18.ebuild +++ b/sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild @@ -23,7 +23,7 @@ src_prepare() { } src_compile() { - emake GIT=${GIT_COMMIT} VERSION=v${pv} build + emake GIT=${GIT_COMMIT} VERSION=v${PV} build } src_install() {