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 7F736159C9B for ; Tue, 6 Aug 2024 00:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C902BC032; Tue, 6 Aug 2024 00:20:10 +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 92B1C2BC02F 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 ABB67343019 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 7F5321EB8 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: <1722903510.44d876fa0ae1e1410845269e2819d415c59d47a8.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 sci-mathematics/jags/jags-4.3.1.ebuild X-VCS-Directories: sci-mathematics/jags/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 44d876fa0ae1e1410845269e2819d415c59d47a8 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: 16be9fa5-65d2-444d-8a85-f25b6c0b687b X-Archives-Hash: 80f56d55fb240fa6b6472a4556fb61b5 commit: 44d876fa0ae1e1410845269e2819d415c59d47a8 Author: Eli Schwartz gentoo org> AuthorDate: Mon Aug 5 18:09:11 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Aug 6 00:18:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d876fa sci-mathematics/jags: add missing automagic dependency ltdl is internally used, and also included as a "convenience copy". If it's not available on the system then the code copy is used; if it is available, we have a missing runtime dep. The bundled copy also results in an LTO error. Closes: https://bugs.gentoo.org/927674 Signed-off-by: Eli Schwartz gentoo.org> sci-mathematics/jags/{jags-4.3.1.ebuild => jags-4.3.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/jags/jags-4.3.1.ebuild b/sci-mathematics/jags/jags-4.3.1-r1.ebuild similarity index 98% rename from sci-mathematics/jags/jags-4.3.1.ebuild rename to sci-mathematics/jags/jags-4.3.1-r1.ebuild index 24618ca40553..46f46bbac45e 100644 --- a/sci-mathematics/jags/jags-4.3.1.ebuild +++ b/sci-mathematics/jags/jags-4.3.1-r1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" + dev-libs/libltdl virtual/blas virtual/lapack "