From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [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 B7480138335 for ; Sat, 4 Jan 2020 13:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C48E5E0936; Sat, 4 Jan 2020 13:49:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AC7F2E093D for ; Sat, 4 Jan 2020 13:49:11 +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 42A4534DE5E for ; Sat, 4 Jan 2020 13:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E41EAA for ; Sat, 4 Jan 2020 13:49:08 +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: <1578145589.9a9b1229b829b842657a2b4d413579842f7bffbc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-9999.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a9b1229b829b842657a2b4d413579842f7bffbc X-VCS-Branch: master Date: Sat, 4 Jan 2020 13:49:08 +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: 7cc97a2a-ff13-48df-97f3-55314c77e485 X-Archives-Hash: e585a3277c82afa2a3b3c30534bffe91 commit: 9a9b1229b829b842657a2b4d413579842f7bffbc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 4 13:46:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 4 13:46:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a9b1229 kde-apps/kdecore-meta: Drop USE webkit kde-apps/konqueror no longer has optional webengine support. Now that it is required, the webkit fallback no longer makes sense. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild index 84a00091de..a8e3fa40cd 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://kde.org/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="+handbook +share +thumbnail +webengine webkit" +IUSE="+handbook +share +thumbnail +webengine" RDEPEND=" >=kde-apps/dolphin-${PV}:${SLOT} @@ -19,11 +19,10 @@ RDEPEND=" >=kde-apps/konsole-${PV}:${SLOT} >=kde-apps/kwrite-${PV}:${SLOT} handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} ) - webengine? ( www-client/falkon ) - webkit? ( - >=kde-apps/konqueror-${PV}:${SLOT}[webengine?] - kde-misc/kwebkitpart:5 - ) + webengine? ( || ( + www-client/falkon + >=kde-apps/konqueror-${PV}:${SLOT} + ) ) " # Optional runtime deps: kde-apps/dolphin RDEPEND="${RDEPEND}