projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764132a
)
dev-python/rdflib: Fix whitespace and simplify docs path
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 19 Aug 2015 21:28:25 +0000
(17:28 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Wed, 19 Aug 2015 21:28:25 +0000
(17:28 -0400)
Package-Manager: portage-2.2.20_p134
dev-python/rdflib/rdflib-4.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/rdflib/rdflib-4.2.1.ebuild
b/dev-python/rdflib/rdflib-4.2.1.ebuild
index 12414be986e1b8d00c9e5717f10d20b762834b5f..c0b6111f45ff253a3761aa9f94d2b56d050ab4d4 100644
(file)
--- 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
}
-