From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1136880-garchives=archives.gentoo.org@lists.gentoo.org>
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 BD669138350
	for <garchives@archives.gentoo.org>; Thu,  9 Jan 2020 18:20:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B55EE092B;
	Thu,  9 Jan 2020 18:20:24 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 81775E092B
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jan 2020 18:20:24 +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 0B0C234DEF2
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jan 2020 18:20:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2302E96
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jan 2020 18:20:14 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1578594000.117b8f6b1a59a44c9b46fe3a8be5f4b10be51305.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
X-VCS-Directories: kde-apps/kdecore-meta/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 117b8f6b1a59a44c9b46fe3a8be5f4b10be51305
X-VCS-Branch: master
Date: Thu,  9 Jan 2020 18:20:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f7e21e09-7703-4664-a394-6033dff8a92d
X-Archives-Hash: af7d58fbe67a0ca58c28884e84b35b9c

commit:     117b8f6b1a59a44c9b46fe3a8be5f4b10be51305
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 18:19:15 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 18:20:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117b8f6b

kde-apps/kdecore-meta: Add kde-apps/konqueror[webengine] USE default

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

 kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
index 5575e6f572c..7c6b556b81c 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="
 	handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
 	webengine? ( www-client/falkon )
 	webkit? (
-		>=kde-apps/konqueror-${PV}:${SLOT}[webengine?]
+		>=kde-apps/konqueror-${PV}:${SLOT}[webengine(+)?]
 		kde-misc/kwebkitpart:5
 	)
 "