diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-26 22:24:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-26 22:46:14 +0300 |
commit | e4f264b5edea369d42d5b88aafff12075c6a50d6 (patch) | |
tree | ae5785c74508b1486e21dc1bffd87248508b9130 /app-doc | |
parent | app-doc/doxygen: add github upstream metadata (diff) | |
download | gentoo-e4f264b5edea369d42d5b88aafff12075c6a50d6.tar.gz gentoo-e4f264b5edea369d42d5b88aafff12075c6a50d6.tar.bz2 gentoo-e4f264b5edea369d42d5b88aafff12075c6a50d6.zip |
app-doc/doxygen: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.1.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.1.ebuild b/app-doc/doxygen/doxygen-1.9.1.ebuild index b39f2b495b8a..feb75a0f08a1 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 d7b29b1b1ab2..16ef846e3b6b 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 |