commit: f9d11a491abec360730183e4edee265e2a12b620 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 13:21:48 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 20:13:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d11a49
sci-libs/ceres-solver: add dev-libs/mathjax upper bound This package patches in support for the system copy of dev-libs/mathjax, and may actually work with mathjax-3.x, but for now let's play it safe. An upgrade to mathjax-3.x can be attempted once it's in the tree. Bug: https://bugs.gentoo.org/837722 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../{ceres-solver-2.1.0.ebuild => ceres-solver-2.1.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild b/sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild similarity index 98% rename from sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild rename to sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild index 28312cad9867..0266f174e0e4 100644 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} >=dev-cpp/eigen-3.3.4:3 lapack? ( virtual/pkgconfig ) - doc? ( dev-libs/mathjax ) + doc? ( <dev-libs/mathjax-3 ) " RDEPEND=" dev-cpp/glog[gflags?,${MULTILIB_USEDEP}]
