commit: abda90159d0be46a93172c2a6298946306347d17 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 26 00:10:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 26 00:10:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abda9015
sci-mathematics/octave: add sundials upper bound Closes: https://bugs.gentoo.org/846968 Signed-off-by: Sam James <sam <AT> gentoo.org> .../octave/{octave-6.4.0-r2.ebuild => octave-6.4.0-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/octave/octave-6.4.0-r2.ebuild b/sci-mathematics/octave/octave-6.4.0-r3.ebuild similarity index 98% rename from sci-mathematics/octave/octave-6.4.0-r2.ebuild rename to sci-mathematics/octave/octave-6.4.0-r3.ebuild index beacfa32b21a..0b54c76a4ce2 100644 --- a/sci-mathematics/octave/octave-6.4.0-r2.ebuild +++ b/sci-mathematics/octave/octave-6.4.0-r3.ebuild @@ -78,8 +78,9 @@ RDEPEND=" ssl? ( dev-libs/openssl:0= ) - sundials? ( >=sci-libs/sundials-4:0= ) + sundials? ( <sci-libs/sundials-6.2.0:= ) X? ( x11-libs/libX11:0= )" +# bug #846968 for sundials < dep DEPEND="${RDEPEND} dev-util/gperf virtual/pkgconfig
