commit:     c5c38c303dc73ffec34cfa9263c9c87af24fae74
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 13:14:38 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 20:13:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c38c30

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

 sci-libs/lemon/{lemon-1.3.1-r1.ebuild => lemon-1.3.1-r2.ebuild} | 4 ++--
 1 file 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
similarity index 97%
rename from sci-libs/lemon/lemon-1.3.1-r1.ebuild
rename to 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=(

Reply via email to