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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B94BF15808B for ; Thu, 10 Mar 2022 23:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CC0FE0893; Thu, 10 Mar 2022 23:12:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 794A5E0877 for ; Thu, 10 Mar 2022 23:12:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A30342F3F for ; Thu, 10 Mar 2022 23:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEFE71BD for ; Thu, 10 Mar 2022 23:12:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646953566.95adfc9c63ffde11ce348aafc5d658811ed65f8c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild sci-mathematics/lcalc/lcalc-2.0.5.ebuild X-VCS-Directories: sci-mathematics/lcalc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95adfc9c63ffde11ce348aafc5d658811ed65f8c X-VCS-Branch: master Date: Thu, 10 Mar 2022 23:12:04 +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: 2d644525-d5ab-46f2-823f-3747012cd53f X-Archives-Hash: 6c524cc50384a0a32de4039af32f0a81 commit: 95adfc9c63ffde11ce348aafc5d658811ed65f8c Author: Sam James gentoo org> AuthorDate: Thu Mar 10 23:06:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 23:06:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95adfc9c sci-mathematics/lcalc: fix RDEPEND typo Signed-off-by: Sam James gentoo.org> sci-mathematics/lcalc/{lcalc-2.0.5.ebuild => lcalc-2.0.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild similarity index 97% rename from sci-mathematics/lcalc/lcalc-2.0.5.ebuild rename to sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild index 31542c170399..7e0b02e50370 100644 --- a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild @@ -23,7 +23,7 @@ BDEPEND="dev-util/gengetopt" DEPEND="double-double? ( sci-libs/qd:= ) quad-double? ( sci-libs/qd:= ) pari? ( sci-mathematics/pari:= )" -REPEND="${DEPEND}" +RDEPEND="${DEPEND}" src_configure() { econf $(use_with pari) \