From f2be215fb991955a99bceb9ba10e5abecd2147ea Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Fri, 26 Apr 2024 16:46:35 +0200 Subject: */*: fix variable order Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer --- app-forensics/mvt/mvt-2.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-forensics') 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}] -- cgit v1.2.3-65-gdbad