From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1738101-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 610EF1584AD for <garchives@archives.gentoo.org>; Fri, 18 Apr 2025 04:20:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 32260342FA0 for <garchives@archives.gentoo.org>; Fri, 18 Apr 2025 04:20:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2831F110494; Fri, 18 Apr 2025 04:20:35 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1E30B110494 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Apr 2025 04:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C68A5342FA0 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Apr 2025 04:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322601758 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Apr 2025 04:20:33 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1744949752.c97c57985dee6abdf0f101ca96b7347b03afaae7.mjo@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.1.0-r1.ebuild sci-mathematics/lcalc/lcalc-2.1.0.ebuild X-VCS-Directories: sci-mathematics/lcalc/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c97c57985dee6abdf0f101ca96b7347b03afaae7 X-VCS-Branch: master Date: Fri, 18 Apr 2025 04:20:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e937840-dc1f-4fb7-a805-086d82f4cef3 X-Archives-Hash: d04f321189d6b3615a122ac9875c345e commit: c97c57985dee6abdf0f101ca96b7347b03afaae7 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Apr 18 04:15:10 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Apr 18 04:15:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97c5798 sci-mathematics/lcalc: try elibtoolize to fix bug 953363 Bug: https://bugs.gentoo.org/953363 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../lcalc/{lcalc-2.1.0.ebuild => lcalc-2.1.0-r1.ebuild} | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild similarity index 89% rename from sci-mathematics/lcalc/lcalc-2.1.0.ebuild rename to sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild index a39356808db6..8143393823f7 100644 --- a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit libtool + DESCRIPTION="Command-line utility and library for L-function computations" HOMEPAGE="https://gitlab.com/sagemath/lcalc" SRC_URI="https://gitlab.com/-/project/12934202/uploads/679cb360a06a713233876cd6fa0ba2fa/${P}.tar.xz" @@ -25,6 +27,13 @@ DEPEND="double-double? ( sci-libs/qd:= ) pari? ( sci-mathematics/pari:= )" RDEPEND="${DEPEND}" +src_prepare() { + default + + # Attempt to fix bug 953363 (using the fix for bug 914068) + elibtoolize +} + src_configure() { econf $(use_with pari) \ --enable-precision="$(usev double)$(usev double-double)$(usev quad-double)"