diff options
author | Denis Pronin <dannftk@yandex.ru> | 2023-02-27 11:20:27 +0300 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-04-13 10:14:12 -0500 |
commit | b5ae1690c356e155fa0e2f22cec7f01410a47c24 (patch) | |
tree | a402b000fffca5b4e6daff22927f41de545b9972 /app-doc | |
parent | dev-util/github-cli: add 2.27.0 (diff) | |
download | gentoo-b5ae1690c356e155fa0e2f22cec7f01410a47c24.tar.gz gentoo-b5ae1690c356e155fa0e2f22cec7f01410a47c24.tar.bz2 gentoo-b5ae1690c356e155fa0e2f22cec7f01410a47c24.zip |
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@yandex.ru>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |