commit: beb17acd0c7ad6118d3b5a0bafe6bc8123b628ad Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 28 23:37:40 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 28 23:37:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=beb17acd
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 <AT> gentoo.org> kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild index 8079df8779..95ab7cbc86 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]