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 34173139082 for ; Tue, 28 Nov 2017 09:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D747E0B4B; Tue, 28 Nov 2017 09:12:37 +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 2A8E2E0B4B for ; Tue, 28 Nov 2017 09:12:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D0DD033D4A6 for ; Tue, 28 Nov 2017 09:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44912AA3F for ; Tue, 28 Nov 2017 09:12:34 +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: <1511860341.dff228a35ba47a2baad12193290ef1c3a002f11a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docutils-glep/docutils-glep-9999.ebuild X-VCS-Directories: dev-python/docutils-glep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dff228a35ba47a2baad12193290ef1c3a002f11a X-VCS-Branch: master Date: Tue, 28 Nov 2017 09:12:34 +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-Archives-Salt: b458755e-dab9-4daf-a103-c743468de94d X-Archives-Hash: b83ff7021aa8a4ec127fedf951eda72f commit: dff228a35ba47a2baad12193290ef1c3a002f11a Author: Michał Górny gentoo org> AuthorDate: Tue Nov 28 09:07:56 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 28 09:12:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff228a3 dev-python/docutils-glep: Switched to setuptools w/ entry_points dev-python/docutils-glep/docutils-glep-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/docutils-glep/docutils-glep-9999.ebuild b/dev-python/docutils-glep/docutils-glep-9999.ebuild index e6476c34c89..7e55e43f001 100644 --- a/dev-python/docutils-glep/docutils-glep-9999.ebuild +++ b/dev-python/docutils-glep/docutils-glep-9999.ebuild @@ -17,4 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]" +COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND}"