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 449381382C5 for ; Fri, 11 Jun 2021 12:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE3DE0824; Fri, 11 Jun 2021 12:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7F400E0824 for ; Fri, 11 Jun 2021 12:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7247E335D06 for ; Fri, 11 Jun 2021 12:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0D65733 for ; Fri, 11 Jun 2021 12:42:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1623415346.6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/amd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/amd/amd-2.4.6-r1.ebuild sci-libs/amd/amd-2.4.6.ebuild X-VCS-Directories: sci-libs/amd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0 X-VCS-Branch: master Date: Fri, 11 Jun 2021 12:42:29 +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: e14bdf67-9e9b-47a9-bee1-25cbde224481 X-Archives-Hash: fa773186fd6e79135fd85d946d0b98b5 commit: 6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0 Author: Timo Kamph kamph org> AuthorDate: Sun Jan 17 13:50:34 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 11 12:42:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5baeae sci-libs/amd: only depend on virtual/fortran if USE=fortran Closes: https://bugs.gentoo.org/765739 Signed-off-by: Timo Kamph kamph.org> Closes: https://github.com/gentoo/gentoo/pull/19090 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/amd/amd-2.4.6-r1.ebuild | 1 + sci-libs/amd/amd-2.4.6.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-libs/amd/amd-2.4.6-r1.ebuild b/sci-libs/amd/amd-2.4.6-r1.ebuild index 9fee90d1826..d6fb2915b94 100644 --- a/sci-libs/amd/amd-2.4.6-r1.ebuild +++ b/sci-libs/amd/amd-2.4.6-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +FORTRAN_NEEDED=fortran inherit autotools fortran-2 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" diff --git a/sci-libs/amd/amd-2.4.6.ebuild b/sci-libs/amd/amd-2.4.6.ebuild index 4bdd81880c3..06a5de3d6c8 100644 --- a/sci-libs/amd/amd-2.4.6.ebuild +++ b/sci-libs/amd/amd-2.4.6.ebuild @@ -3,6 +3,7 @@ EAPI=7 +FORTRAN_NEEDED=fortran inherit fortran-2 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"