summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 00:37:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 00:37:40 +0100
commitbeb17acd0c7ad6118d3b5a0bafe6bc8123b628ad (patch)
treebabdcdc98edc2a817dd81d1cd0c8f7520426fa86 /kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
parentbc665f1d6bb9fc67f0084a0195eb7813f5682250 (diff)
downloadkde-beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad.tar.gz
kde-beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad.tar.bz2
kde-beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad.zip
kde-frameworks/frameworkintegration: Add subslot operator on qtwidgets
Upstream commit 50593c5618998535cc9f482aa25565c5aeb368ce After Qt change: https://codereview.qt-project.org/c/qt/qtbase/+/254494/ Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild')
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 8079df87793..95ab7cbc864 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
@@ -12,6 +12,7 @@ LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="appstream X"
+# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -22,7 +23,7 @@ DEPEND="
$(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtwidgets '' '' '5=')
appstream? (
app-admin/packagekit-qt
dev-libs/appstream[qt5]