From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BA831382C5 for ; Sat, 12 Dec 2020 08:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3CF2E097B; Sat, 12 Dec 2020 08:16:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87B45E097B for ; Sat, 12 Dec 2020 08:16:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D830340940 for ; Sat, 12 Dec 2020 08:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F775487 for ; Sat, 12 Dec 2020 08:16:35 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1607760913.f6a48cf401fea15e81446722a789a80c72e7b13a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tree-sitter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tree-sitter/tree-sitter-0.2.0.ebuild X-VCS-Directories: dev-python/tree-sitter/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f6a48cf401fea15e81446722a789a80c72e7b13a X-VCS-Branch: master Date: Sat, 12 Dec 2020 08:16:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd9f5bd2-4c2f-481f-a2c9-2e059b47886b X-Archives-Hash: 02254d5bdee25d59f9c93ed59679243e commit: f6a48cf401fea15e81446722a789a80c72e7b13a Author: Tim Harder gentoo org> AuthorDate: Sat Dec 12 08:15:13 2020 +0000 Commit: Tim Harder gentoo 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 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}"