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

@@ -10,9 +10,11 @@ MY_PN=${PN%-cli}
DESCRIPTION="A command-line tool for Stripe"
HOMEPAGE="https://stripe.com/docs/stripe-cli"
EGIT_REPO_URI="https://${EGO_PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="bash-completion"
LICENSE="Apache-2.0"
BDEPEND=">=dev-lang/go-1.18"
DEPEND="${BDEPEND}"