commit:     bf6051634511fd3c6fd0b589854330c3e4ea7536
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 21:28:25 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 21:28:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf605163

dev-python/rdflib: Fix whitespace and simplify docs path

Package-Manager: portage-2.2.20_p134

 dev-python/rdflib/rdflib-4.2.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild 
b/dev-python/rdflib/rdflib-4.2.1.ebuild
index 12414be..c0b6111 100644
--- a/dev-python/rdflib/rdflib-4.2.1.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.1.ebuild
@@ -79,9 +79,8 @@ python_test() {
 }
 
 python_install_all() {
-       use doc && local HTML_DOCS=( "${BUILD_DIR}"/../docs/_build/html/. )
+       use doc && local HTML_DOCS=( docs/_build/html/. )
        use examples && local EXAMPLES=( examples/. )
 
-        distutils-r1_python_install_all
+       distutils-r1_python_install_all
 }
-

Reply via email to