commit:     7de88034b73138a5864c9df903b57c50375cba60
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 10:49:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 10:50:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de88034

dev-python/gast: Fix variable ordering

Closes: https://bugs.gentoo.org/797340
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gast/gast-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/gast/gast-0.4.0.ebuild 
b/dev-python/gast/gast-0.4.0.ebuild
index ee203e82a4d..07d27aad9c9 100644
--- a/dev-python/gast/gast-0.4.0.ebuild
+++ b/dev-python/gast/gast-0.4.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-distutils_enable_tests unittest
-
 BDEPEND="
        test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest

Reply via email to