diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 09:14:38 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 16:13:04 -0400 |
commit | c5c38c303dc73ffec34cfa9263c9c87af24fae74 (patch) | |
tree | 46340be9b12d117adfaadac04394a82ca0902de3 /sci-libs | |
parent | sci-mathematics/yacas: update upstream metadata (diff) | |
download | gentoo-c5c38c303dc73ffec34cfa9263c9c87af24fae74.tar.gz gentoo-c5c38c303dc73ffec34cfa9263c9c87af24fae74.tar.bz2 gentoo-c5c38c303dc73ffec34cfa9263c9c87af24fae74.zip |
sci-libs/lemon: add dev-libs/mathjax upper bound
Upstream (last release in 2014) 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>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lemon/lemon-1.3.1-r2.ebuild (renamed from sci-libs/lemon/lemon-1.3.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/lemon/lemon-1.3.1-r1.ebuild b/sci-libs/lemon/lemon-1.3.1-r2.ebuild index 902d5e27521e..e0891825d062 100644 --- a/sci-libs/lemon/lemon-1.3.1-r1.ebuild +++ b/sci-libs/lemon/lemon-1.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen app-text/ghostscript-gpl - dev-libs/mathjax + <dev-libs/mathjax-3 )" PATCHES=( |