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 157E51382C5 for ; Fri, 16 Apr 2021 19:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD36DE086D; Fri, 16 Apr 2021 19:37:32 +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 91169E086B for ; Fri, 16 Apr 2021 19:37:32 +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 44FD7340C69 for ; Fri, 16 Apr 2021 19:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CC673A for ; Fri, 16 Apr 2021 19:37:27 +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: <1618601540.685ee9c5b932c5bb7a37e38d4bc6d1769ad1e21d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcalc/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcalc/kcalc-9999.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 685ee9c5b932c5bb7a37e38d4bc6d1769ad1e21d X-VCS-Branch: master Date: Fri, 16 Apr 2021 19:37:27 +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: 26a079b9-3570-484c-95d3-6462fed18b29 X-Archives-Hash: 2d1f8b77b2146ddc7a210a188acda58d commit: 685ee9c5b932c5bb7a37e38d4bc6d1769ad1e21d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 20:06:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 16 19:32:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=685ee9c5 kde-apps/kcalc: Drop unused DEPEND Upstream commit 0817b80a6af83c2d02ebb4f9ce0e5fb21f02c560 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/kcalc-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild index 6e25313651..bd96a07e75 100644 --- a/kde-apps/kcalc/kcalc-9999.ebuild +++ b/kde-apps/kcalc/kcalc-9999.ebuild @@ -17,9 +17,6 @@ SLOT="5" KEYWORDS="" IUSE="" -BDEPEND=" - sys-devel/gettext -" DEPEND=" dev-libs/gmp:0= dev-libs/mpfr:0= @@ -32,9 +29,9 @@ DEPEND=" >=kde-frameworks/kcrash-${KFMIN}:5 >=kde-frameworks/kguiaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kinit-${KFMIN}:5 >=kde-frameworks/knotifications-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 " RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext"