diff options
Diffstat (limited to 'eclass/docs.eclass')
-rw-r--r-- | eclass/docs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass index bd2f252eff55..edb3c8661ca2 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: docs.eclass @@ -357,7 +357,7 @@ mkdocs_compile() { doxygen_deps() { debug-print-function ${FUNCNAME} - DOCS_DEPEND="app-doc/doxygen + DOCS_DEPEND="app-text/doxygen ${DOCS_DEPEND}" } |