games-*/*: fix variable order

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

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

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 01:18:34 +02:00
committed by Julien Roy
parent e9e9388f65
commit d6ae7d0c07
44 changed files with 151 additions and 165 deletions

View File

@@ -8,10 +8,10 @@ HOMEPAGE="http://matteocorti.github.io/roll/"
SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
IUSE="test"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="${DEPEND}"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="${DEPEND}"