aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-26 16:46:35 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-04-26 16:46:35 +0200
commitf2be215fb991955a99bceb9ba10e5abecd2147ea (patch)
tree1a6a06fb30d548e99fb8ba5182c0a96ad49d553d /app-forensics
parentdev-libs/libtypec: fix revision bump (7e6af504b7ecc) (diff)
downloadguru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.gz
guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.tar.bz2
guru-f2be215fb991955a99bceb9ba10e5abecd2147ea.zip
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/mvt/mvt-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild b/app-forensics/mvt/mvt-2.4.1.ebuild
index 8ad7c7b70..e85f256da 100644
--- a/app-forensics/mvt/mvt-2.4.1.ebuild
+++ b/app-forensics/mvt/mvt-2.4.1.ebuild
@@ -7,14 +7,14 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
-SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
DESCRIPTION="Forensic traces to identify a potential compromise of Android and iOS devices"
HOMEPAGE="https://github.com/mvt-project/mvt"
+SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/adb-shell[${PYTHON_USEDEP}]