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 D2759138350 for ; Wed, 15 Apr 2020 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A56CE08BB; Wed, 15 Apr 2020 05:54:16 +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 61B3FE08BD for ; Wed, 15 Apr 2020 05:54:16 +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 2085134F30E for ; Wed, 15 Apr 2020 05:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99B531DC for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586929260.bc3b05d731f1fa0ba19625b8bb6afe17be01c78f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2r/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2r/m2r-0.2.1.ebuild X-VCS-Directories: dev-python/m2r/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bc3b05d731f1fa0ba19625b8bb6afe17be01c78f X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54:12 +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: bcde74e3-5583-4109-890d-bce99f66b113 X-Archives-Hash: b7ef13fa4fe360dbef07ba4b772f7f2d commit: bc3b05d731f1fa0ba19625b8bb6afe17be01c78f Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:41:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:41:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3b05d7 dev-python/m2r: DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> dev-python/m2r/m2r-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/m2r/m2r-0.2.1.ebuild b/dev-python/m2r/m2r-0.2.1.ebuild index d1c56ad4dfa..71d23fcb08a 100644 --- a/dev-python/m2r/m2r-0.2.1.ebuild +++ b/dev-python/m2r/m2r-0.2.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -18,7 +19,6 @@ IUSE="test" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}]