commit:     0791c1280a67241999355c95f20b27aea9b3c9d8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 20:43:52 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 20:43:52 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0791c128

www-client/falkon: Add slot op on dev-qt/qtwebengine

Upstream commit ab43af9958a16cbead6a982248d68b52d1f4ee34

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 www-client/falkon/falkon-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/falkon/falkon-9999.ebuild 
b/www-client/falkon/falkon-9999.ebuild
index 30b44d3959..c92b2e5f51 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -19,6 +19,7 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="dbus gnome-keyring kde libressl +X"
 
+# drop qtwebengine subslot operator when QT_MINIMAL >= 5.12.0
 BDEPEND="gnome-keyring? ( virtual/pkgconfig )"
 COMMON_DEPEND="
        $(add_qt_dep qtdeclarative 'widgets')
@@ -27,7 +28,7 @@ COMMON_DEPEND="
        $(add_qt_dep qtprintsupport)
        $(add_qt_dep qtsql 'sqlite')
        $(add_qt_dep qtwebchannel)
-       $(add_qt_dep qtwebengine 'widgets')
+       $(add_qt_dep qtwebengine 'widgets' '' '5=')
        $(add_qt_dep qtwidgets)
        dbus? ( $(add_qt_dep qtdbus) )
        gnome-keyring? ( gnome-base/gnome-keyring )

Reply via email to