commit: ab3cf7ddadc9bcd9fb02b80a78ccaf2f34b08f86
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 12:43:50 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 12:43:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3cf7dd
app-doc/mathjax-docs: Remove the doc symlink as it violates QA
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index d95a45b56f11..dcac1ed0a6dc 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -24,6 +24,10 @@ BDEPEND="
')
"
+DOCS=(
+ README.md
+)
+
src_prepare() {
default
egit_clean
@@ -32,9 +36,3 @@ src_prepare() {
src_compile() {
build_sphinx "${S}"
}
-
-src_install() {
- local DOCS=( README.md )
- default
- dosym ${P} /usr/share/doc/${PN}-${SLOT}
-}