commit: 797bbf2af4c7e4a10f0fd09c0a81592921acba5b Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 18:01:45 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Nov 1 18:01:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797bbf2a
profiles: Plasme profile only require egl for slot 5 profiles/targets/desktop/plasma/package.use | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index e27339f..7d1d8dc 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -8,7 +8,7 @@ dev-util/cmake -qt4 -qt5 # Not required, but makes life easier with Qt; bug 457934 app-arch/unzip natspec -# Required by kde/akonadi +# Required by kde-apps/akonadi dev-qt/qtsql mysql # Required by dev-qt/qtcore @@ -45,8 +45,8 @@ dev-qt/qtcore icu media-libs/mesa egl wayland # Required by kde-frameworks/kwayland -dev-qt/qtgui egl -dev-qt/qtwayland egl +dev-qt/qtgui:5 egl +dev-qt/qtwayland:5 egl # Required by kde-apps/kdenlive >=media-libs/mlt-0.9.8-r2 kdenlive melt
