commit: 8feae96d231bafbf1bdb6d924bd65b0ab354f396 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 19:45:28 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 19:52:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8feae96d
net-libs/accounts-qt: Fix path to qhelpgenerator Closes: https://bugs.gentoo.org/872047 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/accounts-qt/accounts-qt-1.16.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/accounts-qt/accounts-qt-1.16.ebuild b/net-libs/accounts-qt/accounts-qt-1.16.ebuild index e2767e2a5a1e..9614b92cac2c 100644 --- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,6 +39,8 @@ src_prepare() { sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" \ -i doc/doc.pri || die + sed -e "/QHG_LOCATION/s|qhelpgenerator|$(qt5_get_bindir)/&|" \ + -i doc/doxy.conf || die if ! use doc; then sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die fi
