Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757726 - [kde overlay] kde-plasma/kwin-9999 colord rdep should be USE=color-management conditional?
Summary: [kde overlay] kde-plasma/kwin-9999 colord rdep should be USE=color-management...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-30 08:57 UTC by Duncan
Modified: 2020-11-30 22:41 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2020-11-30 08:57:47 UTC
This is regarding gentoo/kde overlay commit c1d000e91, which references upstream kwin commit f037a69f1.  The gentoo/kde commit added IUSE=color-management and made the common-dep media-libs/lcms conditional on that USE.

However, the x11-misc/colord runtime-dep was hard-coded.

I'm wondering why the hard-code, since I've been updating and running live-git kwin just fine since that upstream commit without colord, and the USE flag was already added for the lcms common-dep.

So am I missing something or is the commit? =:^)

(BTW, kde support in gentoo is amazing.  Following the git logs I can see a lot of it is automated and people like me running live help test dep-changes and catch patch-rebase-needed bugs before release even for ~arch.  But automation needs maintenance and the way it all functions as a well maintained machine is simply amazing.  Just letting you know it's appreciated. =:^)
Comment 1 Andreas Sturmlechner gentoo-dev 2020-11-30 22:40:31 UTC
You're absolutely correct, that's a mistake. Much appreciated, keep the reports coming!
Comment 2 Larry the Git Cow gentoo-dev 2020-11-30 22:41:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd6f6467f6f9da64d8f5d2d076470f5a49f91052

commit cd6f6467f6f9da64d8f5d2d076470f5a49f91052
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-11-30 22:41:24 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-11-30 22:41:24 +0000

    kde-plasma/kwin: Fix IUSE=color-management
    
    Reported-by: Duncan <1i5t5.duncan@cox.net>
    Closes: https://bugs.gentoo.org/757726
    Package-Manager: Portage-3.0.11, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/kwin/kwin-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)