mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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:
@@ -25,12 +25,12 @@ SRC_URI="
|
||||
$(submodule_uris)
|
||||
"
|
||||
|
||||
S="${WORKDIR}/cChardet-${PV}"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/cChardet-${PV}"
|
||||
|
||||
BDEPEND="dev-python/cython"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@@ -25,12 +25,12 @@ SRC_URI="
|
||||
$(submodule_uris)
|
||||
"
|
||||
|
||||
S="${WORKDIR}/cChardet-${PV}"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/cChardet-${PV}"
|
||||
|
||||
BDEPEND="dev-python/cython"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user