diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-14 20:50:21 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-15 13:50:35 +0000 |
commit | 9fd4d963faebce91c857754bffb165adda6f2bbe (patch) | |
tree | 61f58cc3a152b8f7ba309ff7cd75ae5a166035e1 /app-text | |
parent | dev-libs/mathjax: avoid inheriting vcs-clean (diff) | |
download | gentoo-9fd4d963faebce91c857754bffb165adda6f2bbe.tar.gz gentoo-9fd4d963faebce91c857754bffb165adda6f2bbe.tar.bz2 gentoo-9fd4d963faebce91c857754bffb165adda6f2bbe.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/calibre-7.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) " |