dev-python/doit: Unrestrict doc? to python3

Lift the python2 doc-build restriction since docs build fine in python3.
This commit is contained in:
Michał Górny
2015-12-09 18:33:02 +01:00
parent b45c5a74c0
commit a3d65e7c0d

View File

@@ -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