www-apps/gotosocial: disable mkdocs

Closes: https://bugs.gentoo.org/900354
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-06-17 13:09:57 +05:00
parent 421198b5e5
commit e1eda0f5be

View File

@@ -3,16 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND=(
dev-python/mkdocs-material
dev-python/mkdocs-swagger-ui-tag
dev-python/pillow
dev-python/regex
media-gfx/cairosvg
)
inherit python-any-r1 docs go-module systemd tmpfiles
inherit go-module systemd tmpfiles
DESCRIPTION="Fast, fun, ActivityPub server, powered by Go"
HOMEPAGE="
@@ -67,8 +58,6 @@ src_compile() {
)
ego build "${myargs[@]}" ./cmd/gotosocial
use doc && docs_compile
}
src_test() {