commit: e4f264b5edea369d42d5b88aafff12075c6a50d6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 19:24:17 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 19:46:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f264b5
app-doc/doxygen: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-doc/doxygen/doxygen-1.9.1.ebuild | 2 +-
app-doc/doxygen/doxygen-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index b39f2b495b8..feb75a0f08a 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
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 d7b29b1b1ab..16ef846e3b6 100644
--- a/app-doc/doxygen/doxygen-9999.ebuild
+++ b/app-doc/doxygen/doxygen-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake flag-o-matic llvm python-any-r1
if [[ ${PV} = *9999* ]]; then