Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/k9scli/
Date: Tue, 06 Sep 2022 05:53:19
Message-Id: 1662443534.aae91322d18d7791ef8686e2fd4f4cd280dab030.sam@gentoo
1 commit: aae91322d18d7791ef8686e2fd4f4cd280dab030
2 Author: David Shen <davidshen84 <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 3 11:12:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 05:52:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae91322
7
8 sys-cluster/k9scli: fix typo
9
10 The PV variable is not expanded correctly due to the typo.
11
12 Closes: https://bugs.gentoo.org/868258
13 Signed-off-by: David Shen <davidshen84 <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/27122
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-cluster/k9scli/{k9scli-0.25.18.ebuild => k9scli-0.25.18-r1.ebuild} | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-cluster/k9scli/k9scli-0.25.18.ebuild b/sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild
21 similarity index 93%
22 rename from sys-cluster/k9scli/k9scli-0.25.18.ebuild
23 rename to sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild
24 index 3daa0b58fbe7..e43e5f859ec7 100644
25 --- a/sys-cluster/k9scli/k9scli-0.25.18.ebuild
26 +++ b/sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild
27 @@ -23,7 +23,7 @@ src_prepare() {
28 }
29
30 src_compile() {
31 - emake GIT=${GIT_COMMIT} VERSION=v${pv} build
32 + emake GIT=${GIT_COMMIT} VERSION=v${PV} build
33 }
34
35 src_install() {