aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:43:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:43:52 +0100
commit0791c1280a67241999355c95f20b27aea9b3c9d8 (patch)
tree37e5ec1e5f73b51e591949759c1883c67360f9d5 /www-client
parentkde-apps/akonadi: Rebase mysql56 patch onto 19.03.80 (diff)
downloadkde-0791c1280a67241999355c95f20b27aea9b3c9d8.tar.gz
kde-0791c1280a67241999355c95f20b27aea9b3c9d8.tar.bz2
kde-0791c1280a67241999355c95f20b27aea9b3c9d8.zip
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/falkon/falkon-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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 )