Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920184 - [kde] kf6compat IUSE slipped into :6 versions
Summary: [kde] kf6compat IUSE slipped into :6 versions
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-17 09:35 UTC by Eugene Shalygin
Modified: 2023-12-17 09:51 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 Eugene Shalygin 2023-12-17 09:35:09 UTC
Seems like eclass appends it to KF6 versions as well.
Comment 1 Andreas Sturmlechner gentoo-dev 2023-12-17 09:39:28 UTC
pardon?
Comment 2 Eugene Shalygin 2023-12-17 09:42:01 UTC
It is strange to see the kf6compat for KF6 packages themselves, and it is not required by the KF5 conterparts, so I assumed it is a mistake:

$ emerge -pv kde-frameworks/kguiaddons:5                                                                                                                            
These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 5.45 s (backtrack: 0/20).

[ebuild     U *] kde-frameworks/extra-cmake-modules-9999::kde [5.113.0::gentoo] USE="-doc -test" 0 KiB
[ebuild  NS   *] kde-frameworks/kguiaddons-9999:6/9999::kde [5.113.0:5/5.113::gentoo] USE="X dbus wayland -debug -doc -test (-kf6compat%)" 0 KiB
[ebuild   R    ] kde-frameworks/kguiaddons-5.113.0:5/5.113::gentoo  USE="X dbus kf6compat* wayland -debug -doc -test" 0 KiB
[blocks b      ] kde-frameworks/kguiaddons:5[-kf6compat(-)] ("kde-frameworks/kguiaddons:5[-kf6compat(-)]" is soft blocking kde-frameworks/kguiaddons-9999)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-17 09:45:03 UTC
Please show an example where SLOT=6 has USE=kf6compat added.
Comment 4 Andreas Sturmlechner gentoo-dev 2023-12-17 09:45:58 UTC
Are you misinterpreting "(-kf6compat%)" there?
Comment 5 Eugene Shalygin 2023-12-17 09:51:30 UTC
Ah, that '%', of course! I thought portage does not apply that for new slots, and was mistaken. Sorry for bothering you!