commit:     c106cf9e4ee6b29a4357feaf0fd9e5e9744769f6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 13:18:56 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 20:13:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c106cf9e

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 <AT> gentoo.org>

 sci-libs/clblas/{clblas-2.12-r1.ebuild => clblas-2.12-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/clblas/clblas-2.12-r1.ebuild 
b/sci-libs/clblas/clblas-2.12-r2.ebuild
similarity index 98%
rename from sci-libs/clblas/clblas-2.12-r1.ebuild
rename to 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"
 

Reply via email to