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 E8CEB138334 for ; Sun, 23 Jun 2019 11:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51A0E08BB; Sun, 23 Jun 2019 11:10:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B90D2E08BB for ; Sun, 23 Jun 2019 11:10:21 +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 4C0B9346846 for ; Sun, 23 Jun 2019 11:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B23B2A5 for ; Sun, 23 Jun 2019 11:10:11 +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: <1561287177.c0b5db4ee607f4cca409ffe8fd8248fe3026df75.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: c0b5db4ee607f4cca409ffe8fd8248fe3026df75 X-VCS-Branch: master Date: Sun, 23 Jun 2019 11:10:11 +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: 3a3ae0e5-68cd-489f-9b11-f7a4a6fac25b X-Archives-Hash: 7fdf3a91e5e3aecc391d0a07acd7399b commit: c0b5db4ee607f4cca409ffe8fd8248fe3026df75 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 23 10:52:57 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 23 10:52:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0b5db4e kde-apps/kcalc: Add new DEPEND Upstream commit 2a05545830fdc9a2fe6a1d249d9eff52c53b7d1f Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/kcalc-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild index 1462f012d3..a4b03b6f37 100644 --- a/kde-apps/kcalc/kcalc-9999.ebuild +++ b/kde-apps/kcalc/kcalc-9999.ebuild @@ -31,5 +31,6 @@ DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/gmp:0= + dev-libs/mpfr:0= " RDEPEND="${DEPEND}"