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 DB5181396DA for ; Thu, 2 Nov 2017 12:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1519AE0DF3; Thu, 2 Nov 2017 12:29:10 +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 E454BE0DD3 for ; Thu, 2 Nov 2017 12:29:09 +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 42BB63417AE for ; Thu, 2 Nov 2017 12:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 695B59257 for ; Thu, 2 Nov 2017 12:29:06 +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: <1509625730.e41b9fbae269bf891f55e3802f2dbacf064e974d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rope/rope-0.10.7.ebuild X-VCS-Directories: dev-python/rope/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e41b9fbae269bf891f55e3802f2dbacf064e974d X-VCS-Branch: master Date: Thu, 2 Nov 2017 12:29:06 +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: 305e98c4-aebe-4d6d-96fa-64fcf66f936c X-Archives-Hash: 3a7354b5128dac4171c620c16d88fda7 commit: e41b9fbae269bf891f55e3802f2dbacf064e974d Author: Michał Górny gentoo org> AuthorDate: Thu Nov 2 11:52:53 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 2 12:28:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41b9fba dev-python/rope: Add blocker on dev-python/rope_py3k Closes: https://bugs.gentoo.org/631264 dev-python/rope/rope-0.10.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild index 88eae38207d..dab9b0a461b 100644 --- a/dev-python/rope/rope-0.10.7.ebuild +++ b/dev-python/rope/rope-0.10.7.ebuild @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" +RDEPEND="!dev-python/rope_py3k" # Dependency for docbuild documentation which is not noted in # setup.py, using standard docutils builds docs successfully. DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"