dev-util/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-04-28 00:43:00 +02:00
committed by Julien Roy
parent d0ba9ccddf
commit 1cd433d3b9
15 changed files with 36 additions and 35 deletions

View File

@@ -179,6 +179,8 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
S="${WORKDIR}/StyLua-${PV}"
LICENSE="MPL-2.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-DFS-2016"
@@ -186,8 +188,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="lua52 lua53 lua54 luau"
S="${WORKDIR}/StyLua-${PV}"
QA_FLAGS_IGNORED=".*"
src_configure() {