commit:     607cdd0cda3e61bcaa24e116f0824f8c71bf696e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 17:44:18 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 19:06:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607cdd0c

dev-python/kombu: Restrict *_all() phases to py2

 dev-python/kombu/kombu-3.0.30.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/kombu/kombu-3.0.30.ebuild 
b/dev-python/kombu/kombu-3.0.30.ebuild
index 373244c..d29d767 100644
--- a/dev-python/kombu/kombu-3.0.30.ebuild
+++ b/dev-python/kombu/kombu-3.0.30.ebuild
@@ -65,6 +65,10 @@ PATCHES=(
        "${FILESDIR}"/${PN}-NA-tests-fix.patch
        )
 
+pkg_setup() {
+       use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
+}
+
 python_prepare_all() {
        https://github.com/celery/kombu/issues/246
        sed -e 's:kombu.transports:kombu.transport:' -i 
funtests/tests/test_django.py

Reply via email to