From a3d65e7c0d6b022acb274e8cf282e8f354852997 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 9 Dec 2015 18:33:02 +0100 Subject: 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(-) (limited to 'dev-python/doit') diff --git a/dev-python/doit/doit-0.28.0.ebuild b/dev-python/doit/doit-0.28.0.ebuild index 645435a49986..2b9949bc8049 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 -- cgit v1.2.3-65-gdbad