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 D25F5159C9B for ; Tue, 6 Aug 2024 00:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 645532BC028; Tue, 6 Aug 2024 00:20:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4CB312BC028 for ; Tue, 6 Aug 2024 00:20:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81871343024 for ; Tue, 6 Aug 2024 00:20:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 929E01EB9 for ; Tue, 6 Aug 2024 00:20:06 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1722903511.1fcac3194b23e7a4f9b1ae6a99d373f36d35013f.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/jags/jags-4.3.1-r1.ebuild X-VCS-Directories: sci-mathematics/jags/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 1fcac3194b23e7a4f9b1ae6a99d373f36d35013f X-VCS-Branch: master Date: Tue, 6 Aug 2024 00:20:06 +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: 043b765e-a90d-41d7-87be-053a08c97b86 X-Archives-Hash: 15e8819b6a1741a6e9af563d83e72be6 commit: 1fcac3194b23e7a4f9b1ae6a99d373f36d35013f Author: Eli Schwartz gentoo org> AuthorDate: Mon Aug 5 18:19:41 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Aug 6 00:18:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcac319 sci-mathematics/jags: make sure elibtoolize is applied Signed-off-by: Eli Schwartz gentoo.org> sci-mathematics/jags/jags-4.3.1-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/jags/jags-4.3.1-r1.ebuild b/sci-mathematics/jags/jags-4.3.1-r1.ebuild index 46f46bbac45e..6ee9e9025d55 100644 --- a/sci-mathematics/jags/jags-4.3.1-r1.ebuild +++ b/sci-mathematics/jags/jags-4.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit libtool toolchain-funcs MYP="JAGS-${PV}" @@ -31,6 +31,11 @@ BDEPEND=" ) " +src_prepare() { + default + elibtoolize +} + src_configure() { econf \ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \