commit: b5ae1690c356e155fa0e2f22cec7f01410a47c24 Author: Denis Pronin <dannftk <AT> yandex <DOT> ru> AuthorDate: Mon Feb 27 08:20:27 2023 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Apr 13 15:14:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ae1690
app-doc/doxygen: support python3_11 in doxygen-1.9.5.ebuild Closes: https://github.com/gentoo/gentoo/pull/29889 Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru> Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-doc/doxygen/doxygen-1.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.9.5.ebuild b/app-doc/doxygen/doxygen-1.9.5.ebuild index 7dbf3bbcb903..1a1ff12b958c 100644 --- a/app-doc/doxygen/doxygen-1.9.5.ebuild +++ b/app-doc/doxygen/doxygen-1.9.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1
