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 5B3AD138334 for ; Thu, 8 Nov 2018 17:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25351E0A6E; Thu, 8 Nov 2018 17:51:06 +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 EF8DCE0A6E for ; Thu, 8 Nov 2018 17:51:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DDB27335C8C for ; Thu, 8 Nov 2018 17:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13AC455 for ; Thu, 8 Nov 2018 17:51:01 +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: <1541699452.7725f04f5c7e5a58adf765dcbc94b7de5f164afa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7725f04f5c7e5a58adf765dcbc94b7de5f164afa X-VCS-Branch: master Date: Thu, 8 Nov 2018 17:51:01 +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-Archives-Salt: af62e086-8b7c-4ae5-a13b-7460c8a150dd X-Archives-Hash: 11cc7f20400f4d646dc174715947a397 commit: 7725f04f5c7e5a58adf765dcbc94b7de5f164afa Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 13:29:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 17:50:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7725f04f kde-apps/kdesdk-meta: Add USE +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild index b3043fb573e..ce489a02766 100644 --- a/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild +++ b/kde-apps/kdesdk-meta/kdesdk-meta-18.08.3.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" HOMEPAGE="https://www.kde.org/applications/development" KEYWORDS="~amd64 ~x86" -IUSE="cvs" +IUSE="cvs +webkit" RDEPEND=" $(add_kdeapps_dep dolphin-plugins) @@ -23,6 +23,6 @@ RDEPEND=" $(add_kdeapps_dep libkomparediff2) $(add_kdeapps_dep lokalize) $(add_kdeapps_dep poxml) - $(add_kdeapps_dep umbrello) cvs? ( $(add_kdeapps_dep cervisia) ) + webkit? ( $(add_kdeapps_dep umbrello) ) "