commit: df6b99d85b877c01c243e5134049f7d35bbd353b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 19:51:09 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=df6b99d8
net-libs/signond: Fix path to qhelpgenerator Closes: https://bugs.gentoo.org/891581 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/signond/signond-8.61.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-libs/signond/signond-8.61.ebuild b/net-libs/signond/signond-8.61.ebuild index 01cf9c5e7427..ced161610711 100644 --- a/net-libs/signond/signond-8.61.ebuild +++ b/net-libs/signond/signond-8.61.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 @@ -45,6 +45,9 @@ PATCHES=( src_prepare() { default + sed -e "/QHG_LOCATION/s|qhelpgenerator|$(qt5_get_bindir)/&|" \ + -i {lib/plugins/,lib/SignOn/,}doc/doxy.conf || die + # install docs to correct location sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" \ -i doc/doc.pri || die
