commit:     2dcb87cdad9b562d6da62d5706b8593c1eb6c241
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 06:19:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 06:19:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcb87cd

app-doc/doxygen: fix doc build

Closes: https://bugs.gentoo.org/888932
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/doxygen/doxygen-1.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to