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 3A03015A7D9 for ; Sun, 19 Mar 2023 03:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C466DE08ED; Sun, 19 Mar 2023 03:22:55 +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 pigeon.gentoo.org (Postfix) with ESMTPS id ABBCDE08ED for ; Sun, 19 Mar 2023 03:22:55 +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 87AAE341305 for ; Sun, 19 Mar 2023 03:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA208EB for ; Sun, 19 Mar 2023 03:22:52 +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: <1679194845.a247f9ca0211517836c9832aef383de627d2465e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nlopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nlopt/nlopt-2.7.1-r1.ebuild sci-libs/nlopt/nlopt-2.7.1-r2.ebuild X-VCS-Directories: sci-libs/nlopt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a247f9ca0211517836c9832aef383de627d2465e X-VCS-Branch: master Date: Sun, 19 Mar 2023 03:22:52 +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: 488ee608-048a-480b-9017-b5e2fbb52864 X-Archives-Hash: ad5a9d5da761b662e695f822e5af8c62 commit: a247f9ca0211517836c9832aef383de627d2465e Author: Violet Purcell inventati org> AuthorDate: Sat Mar 18 01:25:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 19 03:00:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a247f9ca sci-libs/nlopt: Fortran is only needed for tests Signed-off-by: Violet Purcell inventati.org> Closes: https://github.com/gentoo/gentoo/pull/30201 Signed-off-by: Sam James gentoo.org> sci-libs/nlopt/nlopt-2.7.1-r1.ebuild | 1 + sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild index 5adc753ba921..538051367347 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) +FORTRAN_NEEDED="test" inherit python-r1 cmake fortran-2 diff --git a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild index 67b4245b9809..8c7936051193 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +FORTRAN_NEEDED="test" inherit python-r1 cmake fortran-2