diff options
author | Sam James <sam@gentoo.org> | 2022-12-30 06:19:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-30 06:19:45 +0000 |
commit | 2dcb87cdad9b562d6da62d5706b8593c1eb6c241 (patch) | |
tree | 5fe2cab184be2d4715655ff1efc5d7bcf47077a5 /app-doc | |
parent | sys-cluster/ceph: fix build w/ boost 1.81 (diff) | |
download | gentoo-2dcb87cdad9b562d6da62d5706b8593c1eb6c241.tar.gz gentoo-2dcb87cdad9b562d6da62d5706b8593c1eb6c241.tar.bz2 gentoo-2dcb87cdad9b562d6da62d5706b8593c1eb6c241.zip |
app-doc/doxygen: fix doc build
Closes: https://bugs.gentoo.org/888932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.6.ebuild b/app-doc/doxygen/doxygen-1.9.6.ebuild index 34ed66144605..080521403231 100644 --- a/app-doc/doxygen/doxygen-1.9.6.ebuild +++ b/app-doc/doxygen/doxygen-1.9.6.ebuild @@ -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 |