summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-08-16 09:18:56 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-08-16 16:13:05 -0400
commitc106cf9e4ee6b29a4357feaf0fd9e5e9744769f6 (patch)
tree72a2295d0c06bfe205e9b580be536ec7325baa57
parentsci-libs/lemon: add dev-libs/mathjax upper bound (diff)
downloadgentoo-c106cf9e4ee6b29a4357feaf0fd9e5e9744769f6.tar.gz
gentoo-c106cf9e4ee6b29a4357feaf0fd9e5e9744769f6.tar.bz2
gentoo-c106cf9e4ee6b29a4357feaf0fd9e5e9744769f6.zip
sci-libs/clblas: add dev-libs/mathjax upper bound
Upstream (last release in 2017) requires the old 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>
-rw-r--r--sci-libs/clblas/clblas-2.12-r2.ebuild (renamed from sci-libs/clblas/clblas-2.12-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/clblas/clblas-2.12-r1.ebuild b/sci-libs/clblas/clblas-2.12-r2.ebuild
index 1208534eb25c..654c43bcf00f 100644
--- a/sci-libs/clblas/clblas-2.12-r1.ebuild
+++ b/sci-libs/clblas/clblas-2.12-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DOCS_BUILDER="doxygen"
-DOCS_DEPEND="dev-libs/mathjax"
+DOCS_DEPEND="<dev-libs/mathjax-3"
DOCS_CONFIG_NAME="clBLAS.doxy"
DOCS_DIR="doc"