mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
@@ -3,16 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
inherit go-module systemd tmpfiles
|
||||||
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
|
|
||||||
|
|
||||||
DESCRIPTION="Fast, fun, ActivityPub server, powered by Go"
|
DESCRIPTION="Fast, fun, ActivityPub server, powered by Go"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
@@ -67,8 +58,6 @@ src_compile() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
ego build "${myargs[@]}" ./cmd/gotosocial
|
ego build "${myargs[@]}" ./cmd/gotosocial
|
||||||
|
|
||||||
use doc && docs_compile
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
|
|||||||
Reference in New Issue
Block a user