diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-09 18:33:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:06:47 +0100 |
commit | a3d65e7c0d6b022acb274e8cf282e8f354852997 (patch) | |
tree | 95c3f33c7851da8767d60b711861f9ef1dca8f0a /dev-python/doit | |
parent | app-office/homebank: remove unneeded 5.0.3 (diff) | |
download | gentoo-a3d65e7c0d6b022acb274e8cf282e8f354852997.tar.gz gentoo-a3d65e7c0d6b022acb274e8cf282e8f354852997.tar.bz2 gentoo-a3d65e7c0d6b022acb274e8cf282e8f354852997.zip |
dev-python/doit: Unrestrict doc? to python3
Lift the python2 doc-build restriction since docs build fine in python3.
Diffstat (limited to 'dev-python/doit')
-rw-r--r-- | dev-python/doit/doit-0.28.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
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 |