summaryrefslogtreecommitdiff
path: root/dev-python/pychroot
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-24 18:26:56 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-24 18:27:51 -0500
commit069e849ffbfe7b046aa56d9951cccff07f58b7fc (patch)
treead3caa453858f1c8376fb937872d60b04ce5e48e /dev-python/pychroot
parentd78596bc8b0fc778cbd36db09974b046b14201d6 (diff)
downloadgentoo-069e849ffbfe7b046aa56d9951cccff07f58b7fc.tar.gz
gentoo-069e849ffbfe7b046aa56d9951cccff07f58b7fc.tar.xz
dev-python/pychroot: remove unnecessary man page conditional
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r--dev-python/pychroot/pychroot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
index c35e8b94825..6b41a39bacc 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() {