diff options
author | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:05 +0100 |
commit | d58e66fb6099252d90e7a0798a2766a9d1b555f9 (patch) | |
tree | c1e54b3f7e972b109ca02f19726671041c79a8ce /eclass/docs.eclass | |
parent | postgres-multi.eclass: drop EAPI 5, 6 support (diff) | |
download | gentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.tar.gz gentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.tar.bz2 gentoo-d58e66fb6099252d90e7a0798a2766a9d1b555f9.zip |
python-any-r1.eclass: drop EAPI 6 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/docs.eclass')
-rw-r--r-- | eclass/docs.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass index ed1558bc9a84..859e8048893e 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -153,7 +153,7 @@ _DOCS_ECLASS=1 case ${DOCS_BUILDER} in "sphinx"|"mkdocs") # We need the python_gen_any_dep function - if [[ ! ${_PYTHON_R1} && ! ${_PYTHON_ANY_R1} && ! ${_PYTHON_SINGLE_R1} ]]; then + if [[ ! ${_PYTHON_R1} && ! ${_PYTHON_ANY_R1_ECLASS} && ! ${_PYTHON_SINGLE_R1} ]]; then die "distutils-r1, python-r1, python-single-r1 or python-any-r1 needs to be inherited to use python based documentation builders" fi ;; |