commit: 2c384afd623be805add7c1915da89599d8c3e5c7
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 02:53:58 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 03:09:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c384afd
dev-libs/mathjax: add doxygen compatibility symlink
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-libs/mathjax/{mathjax-3.2.2.ebuild => mathjax-3.2.2-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/mathjax/mathjax-3.2.2.ebuild
b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild
similarity index 87%
rename from dev-libs/mathjax/mathjax-3.2.2.ebuild
rename to dev-libs/mathjax/mathjax-3.2.2-r1.ebuild
index 9d8ec2feb032..d3e1ef080627 100644
--- a/dev-libs/mathjax/mathjax-3.2.2.ebuild
+++ b/dev-libs/mathjax/mathjax-3.2.2-r1.ebuild
@@ -40,6 +40,8 @@ src_install() {
insinto "/usr/share/${PN}"
# Start the install beneath the "es5" directory for compatibility with
- # Arch, Solus, and Void Linux.
+ # Arch, Solus, and Void Linux, but leave a fake "es5" symlink for
+ # packages (like doxygen) that expect it.
doins -r es5/*
+ dosym -r "/usr/share/${PN}" "/usr/share/${PN}/es5"
}