diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-24 18:26:56 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-24 18:27:51 -0500 |
commit | 069e849ffbfe7b046aa56d9951cccff07f58b7fc (patch) | |
tree | ad3caa453858f1c8376fb937872d60b04ce5e48e /dev-python/pychroot | |
parent | dev-util/pkgcheck: remove unnecessary man page conditional (diff) | |
download | gentoo-069e849ffbfe7b046aa56d9951cccff07f58b7fc.tar.gz gentoo-069e849ffbfe7b046aa56d9951cccff07f58b7fc.tar.bz2 gentoo-069e849ffbfe7b046aa56d9951cccff07f58b7fc.zip |
dev-python/pychroot: remove unnecessary man page conditional
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |