Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571816 - x11-apps/copyq - incorrect use of Qt subslots
Summary: x11-apps/copyq - incorrect use of Qt subslots
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 09:30 UTC by Michael Palimaka (kensington)
Modified: 2016-01-14 09:50 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 Michael Palimaka (kensington) gentoo-dev 2016-01-14 09:30:07 UTC
x11-apps/copyq has some dependencies like dev-qt/qtcore:5=, but dev-qt/* currently does not explicitly define subslots so the behaviour is undefined.

In the future, dev-qt/* will define a subslot, but that will only be required for a very limited number of packages.

I can't see any use of private API or relevant compile-time conditionals, so please remove the subslot operators to avoid triggered unnecessary rebuilds.