summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-20 05:48:22 +0100
committerSam James <sam@gentoo.org>2023-05-20 05:48:22 +0100
commitd3d66a260ae0b1e4a8b891cb387015747e26854e (patch)
tree0fca2086a14c61f62a334f3edb9ca353a918b7ac /app-doc/doxygen/doxygen-9999.ebuild
parentdev-util/ccache: add 4.8.1 (unkeyworded) (diff)
downloadgentoo-d3d66a260ae0b1e4a8b891cb387015747e26854e.tar.gz
gentoo-d3d66a260ae0b1e4a8b891cb387015747e26854e.tar.bz2
gentoo-d3d66a260ae0b1e4a8b891cb387015747e26854e.zip
app-doc/doxygen: add 1.9.7
Closes: https://bugs.gentoo.org/884185 Closes: https://bugs.gentoo.org/903029 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/doxygen-9999.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
index 68b22dcb6400..b59798ef9a23 100644
--- a/app-doc/doxygen/doxygen-9999.ebuild
+++ b/app-doc/doxygen/doxygen-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="xml(+)"
inherit cmake flag-o-matic llvm python-any-r1
@@ -123,7 +123,7 @@ src_compile() {
if ! use dot; then
sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \
- {Doxyfile,doc/Doxyfile} \
+ {testing/Doxyfile,doc/Doxyfile} \
|| die "disabling dot failed"
fi