From 9c3f27570684bb7361652b13f6e6718fbe0ca5b0 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 8 Sep 2016 14:10:49 +0200 Subject: [PATCH] dev-python/pyicu: use HTML_DOCS instead of deprecated dohtml Package-Manager: portage-2.3.0 --- dev-python/pyicu/pyicu-1.9.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyicu/pyicu-1.9.3.ebuild b/dev-python/pyicu/pyicu-1.9.3.ebuild index 3214426bd3c5..48ae3b42c06a 100644 --- a/dev-python/pyicu/pyicu-1.9.3.ebuild +++ b/dev-python/pyicu/pyicu-1.9.3.ebuild @@ -34,8 +34,8 @@ DOCS=(CHANGES CREDITS README.md) python_compile_all() { if use doc; then einfo "Making documentation from ${EPYTHON} build" - cd "${BEST_BUILD_DIR}" || die - epydoc --html --verbose \ + mkdir -p doc/html || die + epydoc --html --verbose -o doc/html \ --url="${HOMEPAGE}" --name="${MY_P}" \ icu.py || die "Making the docs failed!" fi @@ -46,8 +46,8 @@ python_test() { } python_install_all() { - distutils-r1_python_install_all if use doc; then - dohtml -r ../*/html/* + local HTML_DOCS=( doc/html/. ) fi + distutils-r1_python_install_all } -- 2.26.2