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 C9007158013 for ; Sat, 25 Sep 2021 09:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B55E0821; Sat, 25 Sep 2021 09:03:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4D9AE0821 for ; Sat, 25 Sep 2021 09:03:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6721342E5B for ; Sat, 25 Sep 2021 09:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D43A1E5 for ; Sat, 25 Sep 2021 09:03:18 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1632560561.3b179a0fc9e308d402ebdf683d3e770678af20e3.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/platformio/platformio-5.1.1.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 3b179a0fc9e308d402ebdf683d3e770678af20e3 X-VCS-Branch: master Date: Sat, 25 Sep 2021 09:03:18 +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: 1510ec3c-1e8c-4ff5-8320-abf2e035be1e X-Archives-Hash: a9fc9135e0ba248e9963c3dbad3f609c commit: 3b179a0fc9e308d402ebdf683d3e770678af20e3 Author: Jakov Smolić gentoo org> AuthorDate: Sat Sep 25 08:40:37 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Sep 25 09:02:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b179a0f dev-embedded/platformio: Fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/814611 Signed-off-by: Jakov Smolić gentoo.org> dev-embedded/platformio/platformio-5.1.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-embedded/platformio/platformio-5.1.1.ebuild b/dev-embedded/platformio/platformio-5.1.1.ebuild index 84f95fbddf1..a8a4f90c75c 100644 --- a/dev-embedded/platformio/platformio-5.1.1.ebuild +++ b/dev-embedded/platformio/platformio-5.1.1.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -16,13 +15,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=" - $(python_gen_cond_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ')" -RDEPEND="${DEPEND} +RDEPEND=" $(python_gen_cond_dep ' =dev-python/click-5[${PYTHON_USEDEP}]