commit: 55c08b8bbd9db626fb51b26f435a1e526398ddb2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 28 23:56:15 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 28 23:56:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55c08b8b
kde-frameworks/plasma: Add subslot operator on qtgui Upstream commit b466a2a21116697d7edde1c46bbe7b358f77979c Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/plasma/plasma-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 02034285da..9707d9a30f 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -12,6 +12,7 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="gles2 wayland X" +# drop qtgui subslot operator when QT_MINIMAL >= 5.14.0 BDEPEND=" $(add_frameworks_dep kdoctools) " @@ -36,7 +37,7 @@ RDEPEND=" $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui 'gles2=') + $(add_qt_dep qtgui 'gles2=' '' '5=') $(add_qt_dep qtquickcontrols) $(add_qt_dep qtsql) $(add_qt_dep qtsvg)