commit: aae91322d18d7791ef8686e2fd4f4cd280dab030 Author: David Shen <davidshen84 <AT> gmail <DOT> com> AuthorDate: Sat Sep 3 11:12:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <davidshen84 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27122 Signed-off-by: Sam James <sam <AT> 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() {
