diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 15:36:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 15:40:11 +0200 |
commit | 5aa456479e476d8c0d56d29555c5dd90bb8e05ce (patch) | |
tree | 2e34c0d6e69a0a1b2af54c5f3e1898d200535cb9 /app-doc/doxygen | |
parent | net-misc/electrum: Add GH remote-id (diff) | |
download | gentoo-5aa456479e476d8c0d56d29555c5dd90bb8e05ce.tar.gz gentoo-5aa456479e476d8c0d56d29555c5dd90bb8e05ce.tar.bz2 gentoo-5aa456479e476d8c0d56d29555c5dd90bb8e05ce.zip |
app-doc/doxygen: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc/doxygen')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.6.ebuild | 2 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 2 |
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 |