dev-python/pychroot: version bump

This commit is contained in:
Tim Harder
2015-08-23 20:13:55 -04:00
parent 8042f77e48
commit c34d46d5da
3 changed files with 57 additions and 1 deletions

View File

@@ -43,5 +43,9 @@ python_test() {
python_install_all() {
distutils-r1_python_install_all
emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
if [[ ${PV} == *9999 ]]; then
emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
else
doman man/*
fi
}