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-mathematics/octave/
Date: Thu, 26 May 2022 00:28:10
Message-Id: 1653523828.abda90159d0be46a93172c2a6298946306347d17.sam@gentoo
1 commit: abda90159d0be46a93172c2a6298946306347d17
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 00:10:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 00:10:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abda9015
7
8 sci-mathematics/octave: add sundials upper bound
9
10 Closes: https://bugs.gentoo.org/846968
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../octave/{octave-6.4.0-r2.ebuild => octave-6.4.0-r3.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/octave/octave-6.4.0-r2.ebuild b/sci-mathematics/octave/octave-6.4.0-r3.ebuild
17 similarity index 98%
18 rename from sci-mathematics/octave/octave-6.4.0-r2.ebuild
19 rename to sci-mathematics/octave/octave-6.4.0-r3.ebuild
20 index beacfa32b21a..0b54c76a4ce2 100644
21 --- a/sci-mathematics/octave/octave-6.4.0-r2.ebuild
22 +++ b/sci-mathematics/octave/octave-6.4.0-r3.ebuild
23 @@ -78,8 +78,9 @@ RDEPEND="
24 ssl? (
25 dev-libs/openssl:0=
26 )
27 - sundials? ( >=sci-libs/sundials-4:0= )
28 + sundials? ( <sci-libs/sundials-6.2.0:= )
29 X? ( x11-libs/libX11:0= )"
30 +# bug #846968 for sundials < dep
31 DEPEND="${RDEPEND}
32 dev-util/gperf
33 virtual/pkgconfig