Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nlopt/
Date: Sun, 19 Mar 2023 03:22:59
Message-Id: 1679194845.a247f9ca0211517836c9832aef383de627d2465e.sam@gentoo
1 commit: a247f9ca0211517836c9832aef383de627d2465e
2 Author: Violet Purcell <vimproved <AT> inventati <DOT> org>
3 AuthorDate: Sat Mar 18 01:25:56 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:00:45 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a247f9ca
7
8 sci-libs/nlopt: Fortran is only needed for tests
9
10 Signed-off-by: Violet Purcell <vimproved <AT> inventati.org>
11 Closes: https://github.com/gentoo/gentoo/pull/30201
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/nlopt/nlopt-2.7.1-r1.ebuild | 1 +
15 sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild
19 index 5adc753ba921..538051367347 100644
20 --- a/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild
21 +++ b/sci-libs/nlopt/nlopt-2.7.1-r1.ebuild
22 @@ -4,6 +4,7 @@
23 EAPI=8
24
25 PYTHON_COMPAT=( python3_{9..10} )
26 +FORTRAN_NEEDED="test"
27
28 inherit python-r1 cmake fortran-2
29
30
31 diff --git a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild
32 index 67b4245b9809..8c7936051193 100644
33 --- a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild
34 +++ b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild
35 @@ -4,6 +4,7 @@
36 EAPI=8
37
38 PYTHON_COMPAT=( python3_{9..11} )
39 +FORTRAN_NEEDED="test"
40
41 inherit python-r1 cmake fortran-2