diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 05:48:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 05:48:22 +0100 |
commit | d3d66a260ae0b1e4a8b891cb387015747e26854e (patch) | |
tree | 0fca2086a14c61f62a334f3edb9ca353a918b7ac /app-doc/doxygen/doxygen-9999.ebuild | |
parent | dev-util/ccache: add 4.8.1 (unkeyworded) (diff) | |
download | gentoo-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.ebuild | 4 |
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 |