projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45c5a7
)
dev-python/doit: Unrestrict doc? to python3
author
Michał Górny
<mgorny@gentoo.org>
Wed, 9 Dec 2015 17:33:02 +0000
(18:33 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/doit/doit-0.28.0.ebuild
b/dev-python/doit/doit-0.28.0.ebuild
index 645435a49986f734e45e278b5aadd30272741a4d..2b9949bc804973d0a718bfc3ea0dbc5a29cff1b8 100644
(file)
--- 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