summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-05-11 22:12:47 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-05-11 22:12:47 +1000
commit6f3e5a639fdaff08d5d460e66ef24e48d9325410 (patch)
treebae61cc16d8c159a8547a62697a2ced10d0cf704
parentd1bc5ac3f0e42df0f0255c8b39d7df16c5d4176b (diff)
downloadkde-6f3e5a639fdaff08d5d460e66ef24e48d9325410.tar.gz
kde-6f3e5a639fdaff08d5d460e66ef24e48d9325410.tar.bz2
kde-6f3e5a639fdaff08d5d460e66ef24e48d9325410.zip
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
-rw-r--r--kde-plasma/kwin/kwin-5.6.49.9999.ebuild2
-rw-r--r--kde-plasma/kwin/kwin-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/kde-plasma/kwin/kwin-5.6.49.9999.ebuild b/kde-plasma/kwin/kwin-5.6.49.9999.ebuild
index 1c9623c2628..7108593af17 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 efb5fa91971..0410178cfb5 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(+)')