projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4faee84
)
distutils-r1.eclass: Fix sphinx check for plugins use
author
Michał Górny
<mgorny@gentoo.org>
Fri, 6 Mar 2020 03:19:24 +0000
(
04:19
+0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 6 Mar 2020 03:19:24 +0000
(
04:19
+0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/distutils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/distutils-r1.eclass
b/eclass/distutils-r1.eclass
index 355f36f59e38e8dad786beb7f800bdbc75509ad7..f3df05eeb67029bd2e365421c09ff963d6736cdf 100644
(file)
--- a/
eclass/distutils-r1.eclass
+++ b/
eclass/distutils-r1.eclass
@@
-355,7
+355,7
@@
distutils_enable_sphinx() {
if grep -F -q 'sphinx.ext.autodoc' "${confpy}"; then
die "distutils_enable_sphinx: --no-autodoc passed but sphinx.ext.autodoc found in ${confpy}"
fi
- el
se
+ el
if [[ -z ${_DISTUTILS_SPHINX_PLUGINS[@]} ]]; then
if ! grep -F -q 'sphinx.ext.autodoc' "${confpy}"; then
die "distutils_enable_sphinx: sphinx.ext.autodoc not found in ${confpy}, pass --no-autodoc"
fi