commit: e41b9fbae269bf891f55e3802f2dbacf064e974d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 2 11:52:53 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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}] )"