diff options
author | 2022-12-27 17:30:06 +0100 | |
---|---|---|
committer | 2022-12-27 17:30:06 +0100 | |
commit | 2635b8f8c88920073a64c80704f281b919e74e51 (patch) | |
tree | 21f6af9ad694fc55066db6f9cf95e6880594b437 /eclass/docs.eclass | |
parent | python-any-r1.eclass: drop EAPI 6 support (diff) | |
download | gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.gz gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.bz2 gentoo-2635b8f8c88920073a64c80704f281b919e74e51.zip |
python-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 859e8048893e..f4663c3575fb 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_ECLASS} && ! ${_PYTHON_SINGLE_R1} ]]; then + if [[ ! ${_PYTHON_R1_ECLASS} && ! ${_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 ;; |