From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 647BA138334 for ; Sat, 26 Jan 2019 23:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30B7EE0C7C; Sat, 26 Jan 2019 23:45:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A601E0C7A for ; Sat, 26 Jan 2019 23:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38726335D62 for ; Sat, 26 Jan 2019 23:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1300513 for ; Sat, 26 Jan 2019 23:45:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548535432.0791c1280a67241999355c95f20b27aea9b3c9d8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0791c1280a67241999355c95f20b27aea9b3c9d8 X-VCS-Branch: master Date: Sat, 26 Jan 2019 23:45:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c95b5ab2-b4cd-45ef-a95f-2f75a4f436da X-Archives-Hash: 05312d8e88d3a24c55d8664b963f6662 commit: 0791c1280a67241999355c95f20b27aea9b3c9d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 26 20:43:52 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 )