Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612410 - kde-apps/kdecore-meta-16.08.3: Removal of minimal USE flag accidentically dropped kdebase-runtime-meta DEPEND
Summary: kde-apps/kdecore-meta-16.08.3: Removal of minimal USE flag accidentically dro...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 10:02 UTC by Torsten Kaiser
Modified: 2017-03-13 00: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 Torsten Kaiser 2017-03-12 10:02:10 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f3812a0073527dbe3bccd24e75b1810dc92126

This commit removed the following line:
!minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )

So after rebuilding kdecore-meta because of the changed IUSE the following `emerge --depclean` wants zu removed kdebase-runtime-meta and several other rather important looking packages like 'kstart', 'kdebase-menu' or 'kdesu'.

That looks like only the "!minimal? (" should have been deleted, not the complete line...
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-03-13 00:50:25 UTC
kdebase-runtime packages are from KDE 4 and majority of them are not useful when using KDE Plasma 5.

kde-apps/kstart:4 provides /usr/bin/kstart, while kde-plasma/kde-cli-tools:5 provides /usr/bin/kstart5.
kde-apps/kdesu:4 provides /usr/bin/kdesu, while kde-plasma/kde-cli-tools:5 provides /usr/bin/kdesu5.

This "minimal" USE flag was already absent in kde-apps/kdecore-meta-16.12.*.

I think that KDE team is planning masking and later deletion of majority of these packages.