commit:     6f3e5a639fdaff08d5d460e66ef24e48d9325410
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 12:12:47 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 11 12:12:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f3e5a63

kde-plasma/kwin: introduce temporary subslot operator on dev-qt/qtgui

There are a few code paths that are built conditionally depending on which
version of Qt is installed.

Package-Manager: portage-2.2.28

 kde-plasma/kwin/kwin-5.6.49.9999.ebuild | 2 ++
 kde-plasma/kwin/kwin-9999.ebuild        | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-plasma/kwin/kwin-5.6.49.9999.ebuild 
b/kde-plasma/kwin/kwin-5.6.49.9999.ebuild
index 1c9623c..7108593 100644
--- a/kde-plasma/kwin/kwin-5.6.49.9999.ebuild
+++ b/kde-plasma/kwin/kwin-5.6.49.9999.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE="gles2 multimedia"
 
+# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
 COMMON_DEPEND="
        $(add_frameworks_dep kactivities)
        $(add_frameworks_dep kauth)
@@ -41,6 +42,7 @@ COMMON_DEPEND="
        $(add_frameworks_dep plasma)
        $(add_plasma_dep kdecoration)
        $(add_plasma_dep kscreenlocker)
+       $(add_qt_dep qtcore '' '' '5=')
        $(add_qt_dep qtdbus)
        $(add_qt_dep qtdeclarative)
        $(add_qt_dep qtgui 'gles2=,opengl(+)')

diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index efb5fa9..0410178 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE="gles2 multimedia"
 
+# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
 COMMON_DEPEND="
        $(add_frameworks_dep kactivities)
        $(add_frameworks_dep kauth)
@@ -41,6 +42,7 @@ COMMON_DEPEND="
        $(add_frameworks_dep plasma)
        $(add_plasma_dep kdecoration)
        $(add_plasma_dep kscreenlocker)
+       $(add_qt_dep qtcore '' '' '5=')
        $(add_qt_dep qtdbus)
        $(add_qt_dep qtdeclarative)
        $(add_qt_dep qtgui 'gles2=,opengl(+)')

Reply via email to