Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877303 - app-misc/ddcui: Questionable dev-qt/qthelp:5 dependency
Summary: app-misc/ddcui: Questionable dev-qt/qthelp:5 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Ammerlaan
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2022-10-16 11:52 UTC by Andreas Sturmlechner
Modified: 2023-09-10 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ddcui-no-qthelp.patch (ddcui-no-qthelp.patch,1.37 KB, patch)
2022-10-16 12:11 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2022-10-16 11:52:18 UTC
Where is it used? grep finds nothing.
Comment 1 Andreas Sturmlechner gentoo-dev 2022-10-16 12:07:05 UTC
(there is no linking, which means it could b header-only usage or running a binary for help generation, but does not look like it)
Comment 2 Andreas Sturmlechner gentoo-dev 2022-10-16 12:11:59 UTC
Created attachment 824429 [details, diff]
ddcui-no-qthelp.patch

Still builds fine after applying this patch.
Comment 3 Andrew Ammerlaan gentoo-dev 2022-10-17 07:43:36 UTC
IDK what that is doing there, will fix in the next version bump.
Comment 4 Andreas Sturmlechner gentoo-dev 2023-09-09 09:13:33 UTC
ping
Comment 5 Larry the Git Cow gentoo-dev 2023-09-10 11:54:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd5a125cd7a30adf6d64eecc8610dc02c515cbf

commit fbd5a125cd7a30adf6d64eecc8610dc02c515cbf
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-09-10 11:53:55 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-09-10 11:54:25 +0000

    app-misc/ddcui: drop qthelp dependency
    
    Closes: https://bugs.gentoo.org/877303
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 app-misc/ddcui/{ddcui-0.2.1.ebuild => ddcui-0.2.1-r1.ebuild} | 3 +--
 app-misc/ddcui/{ddcui-0.3.0.ebuild => ddcui-0.3.0-r1.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2023-09-10 14:40:07 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860c465e1d146b208ce47db6f6fbd5c84c15839c

commit 860c465e1d146b208ce47db6f6fbd5c84c15839c
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-09-10 14:37:45 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-09-10 14:39:58 +0000

    app-misc/ddcui: patch configure to not look for qthelp
    
    Bug: https://bugs.gentoo.org/877303
    Closes: https://bugs.gentoo.org/913943
    Co-authored-by: Andreas Sturmlechner <asturm@gentoo.org>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 app-misc/ddcui/ddcui-0.2.1-r1.ebuild               |  1 +
 app-misc/ddcui/ddcui-0.3.0-r1.ebuild               |  4 ++++
 .../ddcui/files/ddcui-0.2.1-drop-qthelp-dep.patch  | 28 ++++++++++++++++++++++
 3 files changed, 33 insertions(+)