commit: eb93bd5b8261af6fb5e1accf5ed56b2e51ac197b
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Mon Jul 21 00:44:33 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Mon Jul 21 00:44:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb93bd5b
app-misc/kloak: replace static version with ${PV}
fixes the following pkgcheck warnings:
app-misc/kloak
StaticSrcUri: version 0.2.30: '0.2.30' in SRC_URI, replace with ${PV}
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-misc/kloak/kloak-0.2.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/kloak/kloak-0.2.30.ebuild
b/app-misc/kloak/kloak-0.2.30.ebuild
index b02c7b3ff3..5b5fcb201e 100644
--- a/app-misc/kloak/kloak-0.2.30.ebuild
+++ b/app-misc/kloak/kloak-0.2.30.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="A privacy tool that makes keystroke biometrics less effective"
HOMEPAGE="https://github.com/Whonix/kloak"
-SRC_URI="https://gitlab.com/whonix/kloak/-/archive/0.2.30-2/${P}-2.tar.bz2"
+SRC_URI="https://gitlab.com/whonix/kloak/-/archive/${PV}-2/${P}-2.tar.bz2"
S="${WORKDIR}/${P}-2"