summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-03-21 12:12:55 -0500
committerWilliam Hubbs <williamh@gentoo.org>2023-03-21 12:12:55 -0500
commit491564316463321113eb34b4da9dde0ca9fdf661 (patch)
tree47a31263cbe93e1d1dcda931e68de378355075b1 /sys-cluster
parentsys-cluster/k9scli: add 0.27.3 (diff)
downloadgentoo-491564316463321113eb34b4da9dde0ca9fdf661.tar.gz
gentoo-491564316463321113eb34b4da9dde0ca9fdf661.tar.bz2
gentoo-491564316463321113eb34b4da9dde0ca9fdf661.zip
sys-cluster/k9scli: typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/k9scli/k9scli-0.27.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/k9scli/k9scli-0.27.3.ebuild b/sys-cluster/k9scli/k9scli-0.27.3.ebuild
index 5d9a8dfee490..dd3efe8e2250 100644
--- a/sys-cluster/k9scli/k9scli-0.27.3.ebuild
+++ b/sys-cluster/k9scli/k9scli-0.27.3.ebuild
@@ -25,7 +25,7 @@ src_prepare() {
}
src_compile() {
- emake GIT=${GIT_COMMIT} VERSION=v${PV} build
+ emake GIT_REV=${GIT_COMMIT} VERSION=v${PV} build
}
src_install() {