From bf6051634511fd3c6fd0b589854330c3e4ea7536 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 19 Aug 2015 17:28:25 -0400 Subject: 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(-) (limited to 'dev-python') diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild b/dev-python/rdflib/rdflib-4.2.1.ebuild index 12414be986e1..c0b6111f45ff 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 } - -- cgit v1.2.3-65-gdbad