From 069e849ffbfe7b046aa56d9951cccff07f58b7fc Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 24 Jan 2016 18:26:56 -0500 Subject: dev-python/pychroot: remove unnecessary man page conditional --- dev-python/pychroot/pychroot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pychroot') diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index c35e8b948257..6b41a39bacc8 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() { -- cgit v1.2.3-65-gdbad