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 B3E1313835A for ; Sat, 8 Aug 2020 23:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC601E09EA; Sat, 8 Aug 2020 23:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ABF0CE09EA for ; Sat, 8 Aug 2020 23:20:40 +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 D4D8934EFEC for ; Sat, 8 Aug 2020 23:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB0622B for ; Sat, 8 Aug 2020 23:20: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: <1596895602.3f7f8cf7cfd77fbd37102efb91fefac9ee6dda9d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-mathematics/rkward/ X-VCS-Repository: proj/kde X-VCS-Files: sci-mathematics/rkward/rkward-9999.ebuild X-VCS-Directories: sci-mathematics/rkward/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f7f8cf7cfd77fbd37102efb91fefac9ee6dda9d X-VCS-Branch: master Date: Sat, 8 Aug 2020 23:20: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9650372c-77f4-474c-b757-f8d213033cdc X-Archives-Hash: e26a5991d8349c93c30d927df8f814b8 commit: 3f7f8cf7cfd77fbd37102efb91fefac9ee6dda9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 8 14:06:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 8 14:06:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f7f8cf7 sci-mathematics/rkward: Drop unused DEPENDs Upstream commits: 0c4bf9c3a89ae4a2b2ff88727c5b055f2dbc59b6 83c6cbfa7b187b045cf40ad85d5ae908b442400b b0a94c15f27928289745ecd21d1b0e5e7a710daf aac2df222f36d36cd2f0b17fd0ad18521eccb01e Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/rkward/rkward-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/rkward/rkward-9999.ebuild b/sci-mathematics/rkward/rkward-9999.ebuild index 5afaa5e721..80e5193151 100644 --- a/sci-mathematics/rkward/rkward-9999.ebuild +++ b/sci-mathematics/rkward/rkward-9999.ebuild @@ -23,7 +23,7 @@ DEPEND=" dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 - dev-qt/qtwebengine:5 + dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtxml:5 kde-frameworks/kcompletion:5 @@ -31,7 +31,6 @@ DEPEND=" kde-frameworks/kconfigwidgets:5 kde-frameworks/kcoreaddons:5 kde-frameworks/kcrash:5 - kde-frameworks/kdewebkit:5 kde-frameworks/ki18n:5 kde-frameworks/kio:5 kde-frameworks/kjobwidgets:5 @@ -43,6 +42,4 @@ DEPEND=" kde-frameworks/kwindowsystem:5 kde-frameworks/kxmlgui:5 " -RDEPEND="${DEPEND} - virtual/libintl -" +RDEPEND="${DEPEND}"