diff options
author | Sam James <sam@gentoo.org> | 2022-05-26 01:10:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-26 01:10:28 +0100 |
commit | abda90159d0be46a93172c2a6298946306347d17 (patch) | |
tree | 905b3a562048649bb4c5d8d51c09cfbc3bc4aadb /sci-mathematics/octave | |
parent | sys-fs/btrfs-progs: add 5.18 (diff) | |
download | gentoo-abda90159d0be46a93172c2a6298946306347d17.tar.gz gentoo-abda90159d0be46a93172c2a6298946306347d17.tar.bz2 gentoo-abda90159d0be46a93172c2a6298946306347d17.zip |
sci-mathematics/octave: add sundials upper bound
Closes: https://bugs.gentoo.org/846968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/octave-6.4.0-r3.ebuild (renamed from sci-mathematics/octave/octave-6.4.0-r2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-6.4.0-r2.ebuild b/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 |