diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 09:09:20 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 16:13:00 -0400 |
commit | 240d754ae0c9f17c72828c49d6292e4c9f4f172f (patch) | |
tree | 7fa40305755dfc96e6daa7e4d3ce69bcd1cab66f /sci-mathematics/yacas | |
parent | dev-python/matplotlib: skip a test on 32-bit (diff) | |
download | gentoo-240d754ae0c9f17c72828c49d6292e4c9f4f172f.tar.gz gentoo-240d754ae0c9f17c72828c49d6292e4c9f4f172f.tar.bz2 gentoo-240d754ae0c9f17c72828c49d6292e4c9f4f172f.zip |
sci-mathematics/yacas: add dev-libs/mathjax upper bound
Upstream bundles mathjax-2.x, so when we add mathjax-3.x, bad things
will happen otherwise.
Bug: https://bugs.gentoo.org/837722
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/yacas-1.9.1-r1.ebuild (renamed from sci-mathematics/yacas/yacas-1.9.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/yacas/yacas-1.9.1.ebuild b/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild index ae07a43527f5..56679b940c84 100644 --- a/sci-mathematics/yacas/yacas-1.9.1.ebuild +++ b/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild @@ -25,9 +25,10 @@ KEYWORDS="~amd64 ~x86" IUSE="gui +jupyter static-libs test" RESTRICT="!test? ( test )" +# Upstream bundles MathJax-2.x DEPEND=" gui? ( - dev-libs/mathjax + <dev-libs/mathjax-3 dev-qt/qtcore:5[icu] dev-qt/qtgui:5 dev-qt/qtmultimedia:5 |