commit: f6a48cf401fea15e81446722a789a80c72e7b13a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 08:15:13 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 08:15:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a48cf4
dev-python/tree-sitter: fix DISTUTILS_USE_SETUPTOOLS setting
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/tree-sitter/tree-sitter-0.2.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/tree-sitter/tree-sitter-0.2.0.ebuild
b/dev-python/tree-sitter/tree-sitter-0.2.0.ebuild
index ab1298830dc..2fed30866a6 100644
--- a/dev-python/tree-sitter/tree-sitter-0.2.0.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.2.0.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
MY_PN=${PN/-/_}
@@ -16,6 +17,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
S="${WORKDIR}/${MY_P}"