diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.4.ebuild | 1 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.4.ebuild b/app-doc/doxygen/doxygen-1.9.4.ebuild index 43bcc5ceeb3c..9084302b6093 100644 --- a/app-doc/doxygen/doxygen-1.9.4.ebuild +++ b/app-doc/doxygen/doxygen-1.9.4.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1 if [[ ${PV} = *9999* ]]; then diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 41e94de45691..cd997872fb53 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1 if [[ ${PV} = *9999* ]]; then |