summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-31 15:36:36 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-31 15:40:11 +0200
commit5aa456479e476d8c0d56d29555c5dd90bb8e05ce (patch)
tree2e34c0d6e69a0a1b2af54c5f3e1898d200535cb9
parentnet-misc/electrum: Add GH remote-id (diff)
downloadgentoo-5aa45647.tar.gz
gentoo-5aa45647.tar.bz2
gentoo-5aa45647.zip
app-doc/doxygen: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--app-doc/doxygen/doxygen-1.9.6.ebuild2
-rw-r--r--app-doc/doxygen/doxygen-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.6.ebuild b/app-doc/doxygen/doxygen-1.9.6.ebuild
index 080521403231..22767a9277e7 100644
--- a/app-doc/doxygen/doxygen-1.9.6.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
inherit cmake flag-o-matic llvm python-any-r1
diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
index 34ed66144605..3aac63e32e6b 100644
--- a/app-doc/doxygen/doxygen-9999.ebuild
+++ b/app-doc/doxygen/doxygen-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
inherit cmake flag-o-matic llvm python-any-r1