Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Fri, 30 Dec 2022 06:33:39
Message-Id: 1672381185.2dcb87cdad9b562d6da62d5706b8593c1eb6c241.sam@gentoo
1 commit: 2dcb87cdad9b562d6da62d5706b8593c1eb6c241
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 06:19:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 06:19:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcb87cd
7
8 app-doc/doxygen: fix doc build
9
10 Closes: https://bugs.gentoo.org/888932
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-doc/doxygen/doxygen-1.9.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-doc/doxygen/doxygen-1.9.6.ebuild b/app-doc/doxygen/doxygen-1.9.6.ebuild
17 index 34ed66144605..080521403231 100644
18 --- a/app-doc/doxygen/doxygen-1.9.6.ebuild
19 +++ b/app-doc/doxygen/doxygen-1.9.6.ebuild
20 @@ -123,7 +123,7 @@ src_compile() {
21
22 if ! use dot; then
23 sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \
24 - {Doxyfile,doc/Doxyfile} \
25 + {testing/Doxyfile,doc/Doxyfile} \
26 || die "disabling dot failed"
27 fi