dev-python/doit: Unrestrict doc? to python3
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 Dec 2015 17:33:02 +0000 (18:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 9 Dec 2015 19:06:47 +0000 (20:06 +0100)
Lift the python2 doc-build restriction since docs build fine in python3.

dev-python/doit/doit-0.28.0.ebuild

index 645435a49986f734e45e278b5aadd30272741a4d..2b9949bc804973d0a718bfc3ea0dbc5a29cff1b8 100644 (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