mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-python/*: 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:
@@ -8,11 +8,15 @@ PYTHON_COMPAT=(python3_{9..12})
|
||||
|
||||
inherit linux-mod-r1 distutils-r1 desktop
|
||||
|
||||
SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
|
||||
HOMEPAGE="https://github.com/casualsnek/cassowary"
|
||||
SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="X wayland"
|
||||
|
||||
BDEPEND="dev-python/setuptools
|
||||
dev-python/build
|
||||
@@ -26,10 +30,6 @@ RDEPEND="net-misc/freerdp
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="X wayland"
|
||||
|
||||
MODULES_KERNEL_MIN=5.10
|
||||
|
||||
python_compile() {
|
||||
|
||||
Reference in New Issue
Block a user