summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shen <davidshen84@gmail.com>2022-09-03 21:12:21 +1000
committerSam James <sam@gentoo.org>2022-09-06 06:52:14 +0100
commitaae91322d18d7791ef8686e2fd4f4cd280dab030 (patch)
treeb92218e1031ff81562d1dea8cf372bd57484e2fb /sys-cluster/k9scli
parentnet-print/cups: backpot fix for OpenSSL w/ intermediate certs (diff)
downloadgentoo-aae91322d18d7791ef8686e2fd4f4cd280dab030.tar.gz
gentoo-aae91322d18d7791ef8686e2fd4f4cd280dab030.tar.bz2
gentoo-aae91322d18d7791ef8686e2fd4f4cd280dab030.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27122 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/k9scli')
-rw-r--r--sys-cluster/k9scli/k9scli-0.25.18-r1.ebuild (renamed from sys-cluster/k9scli/k9scli-0.25.18.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/k9scli/k9scli-0.25.18.ebuild b/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() {