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 621B31382C5 for ; Wed, 24 Jun 2020 07:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A24E0958; Wed, 24 Jun 2020 07:07:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E670BE0958 for ; Wed, 24 Jun 2020 07:07:22 +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 8351A34ED87 for ; Wed, 24 Jun 2020 07:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D658253 for ; Wed, 24 Jun 2020 07:07:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592982409.d96745e3d81463410a25491542a0986477137d19.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmlmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmlmin/htmlmin-0.1.12.ebuild X-VCS-Directories: app-text/htmlmin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d96745e3d81463410a25491542a0986477137d19 X-VCS-Branch: master Date: Wed, 24 Jun 2020 07:07:15 +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: a707584c-9ca6-42c6-8409-eaeca9a094cb X-Archives-Hash: 24b3326e7effc231d26dccf77b66e217 commit: d96745e3d81463410a25491542a0986477137d19 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 24 05:40:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 24 07:06:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96745e3 app-text/htmlmin: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> app-text/htmlmin/htmlmin-0.1.12.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild index fc8e480e3b3..3d5cdbf7ca9 100644 --- a/app-text/htmlmin/htmlmin-0.1.12.ebuild +++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -17,8 +18,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - src_prepare() { sed '/prune/d' -i MANIFEST.in || die default