commit: 069e849ffbfe7b046aa56d9951cccff07f58b7fc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 23:26:56 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 23:27:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069e849f
dev-python/pychroot: remove unnecessary man page conditional
dev-python/pychroot/pychroot-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pychroot/pychroot-9999.ebuild
b/dev-python/pychroot/pychroot-9999.ebuild
index c35e8b9..6b41a39 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
python_compile_all() {
- [[ ${PV} == *9999 ]] && esetup.py build_man
+ esetup.py build_man
}
python_test() {