commit: a3d65e7c0d6b022acb274e8cf282e8f354852997
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 17:33:02 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=a3d65e7c
dev-python/doit: Unrestrict doc? to python3
Lift the python2 doc-build restriction since docs build fine in python3.
dev-python/doit/doit-0.28.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/doit/doit-0.28.0.ebuild
b/dev-python/doit/doit-0.28.0.ebuild
index 645435a..2b9949b 100644
--- a/dev-python/doit/doit-0.28.0.ebuild
+++ b/dev-python/doit/doit-0.28.0.ebuild
@@ -27,9 +27,6 @@ DEPEND="test? ( ${RDEPEND}
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"
-PY27_REQUSE="$(python_gen_useflags 'python2.7')"
-REQUIRED_USE="doc? ( ${PY27_REQUSE} )"
-
# Required for test phase
DISTUTILS_IN_SOURCE_BUILD=1