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 698AD138335 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 2D529E0A70; 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 00B3CE0A70 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 D908F335C38 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 ADAFA434 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.d1a599e76d5301f019699756cab8f7d5414920a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeedu-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild X-VCS-Directories: kde-apps/kdeedu-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1a599e76d5301f019699756cab8f7d5414920a0 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: 91b8655b-aa18-4903-871d-7830eaa5161d X-Archives-Hash: b72a48ee88834bf6c40aab78ee3ea62d commit: d1a599e76d5301f019699756cab8f7d5414920a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 13:29:40 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=d1a599e7 kde-apps/kdeedu-meta: Add USE +webkit Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild index 6f25f9925dd..df0c70a95b0 100644 --- a/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild +++ b/kde-apps/kdeedu-meta/kdeedu-meta-18.08.3.ebuild @@ -8,7 +8,7 @@ inherit kde5-meta-pkg DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" HOMEPAGE="https://edu.kde.org" KEYWORDS="~amd64 ~x86" -IUSE="+webengine" +IUSE="+webengine +webkit" RDEPEND=" $(add_kdeapps_dep analitza) @@ -32,10 +32,10 @@ RDEPEND=" $(add_kdeapps_dep libkeduvocdocument) $(add_kdeapps_dep marble) $(add_kdeapps_dep minuet) - $(add_kdeapps_dep rocs) $(add_kdeapps_dep step) webengine? ( $(add_kdeapps_dep kalgebra) $(add_kdeapps_dep parley) ) + webkit? ( $(add_kdeapps_dep rocs) ) "