commit:     9fd4d963faebce91c857754bffb165adda6f2bbe
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 01:50:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:50:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd4d963

app-text/calibre: add subslot dependency on mathjax

This doesn't often change. When it does, the calibre-server assets need
to be rebuilt with the new content hashes for the mathjax code.

Add the slot without a revbump. Any systems that don't pick up on this
update will be fine, because the chances are extremely high that calibre
will continue to be updated many times before the next mathjax update,
so no real point forcing a metadata-only rebuild.

Bug: https://bugs.gentoo.org/916037
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/calibre/calibre-7.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/calibre/calibre-7.5.0.ebuild 
b/app-text/calibre/calibre-7.5.0.ebuild
index 8411e1a90741..fc786f35d76c 100644
--- a/app-text/calibre/calibre-7.5.0.ebuild
+++ b/app-text/calibre/calibre-7.5.0.ebuild
@@ -97,7 +97,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
                >=app-pda/libimobiledevice-1.2.0
        )
        speech? ( $(python_gen_cond_dep 
'app-accessibility/speech-dispatcher[python,${PYTHON_USEDEP}]') )
-       system-mathjax? ( >=dev-libs/mathjax-3 )
+       system-mathjax? ( >=dev-libs/mathjax-3:= )
        udisks? ( virtual/libudev )
        unrar? ( dev-python/unrardll )
 "

Reply via email to