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 C7639138334 for ; Thu, 8 Nov 2018 13:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FED4E09D0; Thu, 8 Nov 2018 13:52:58 +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 75C56E09D0 for ; Thu, 8 Nov 2018 13:52:58 +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 4E25E335C67 for ; Thu, 8 Nov 2018 13:52:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B853434 for ; Thu, 8 Nov 2018 13:52:54 +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: <1541683780.2f8b3e2819fff3fbfc39a6c08351d891b4c988db.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeedu-meta/kdeedu-meta-9999.ebuild X-VCS-Directories: kde-apps/kdeedu-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f8b3e2819fff3fbfc39a6c08351d891b4c988db X-VCS-Branch: master Date: Thu, 8 Nov 2018 13:52:54 +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: a10072af-5eec-43bb-94fb-7bce31dd8ad4 X-Archives-Hash: ee1ef22149fc7f1f5683ef54885b83e3 commit: 2f8b3e2819fff3fbfc39a6c08351d891b4c988db Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 13:29:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 13:29:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f8b3e28 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-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-9999.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-9999.ebuild index 570f3d629d..0273f66fbb 100644 --- a/kde-apps/kdeedu-meta/kdeedu-meta-9999.ebuild +++ b/kde-apps/kdeedu-meta/kdeedu-meta-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="" -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) ) "