commit:     e1eda0f5bee47aa4153859a2bbd93bccd6635ecb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 17 08:09:57 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jun 17 08:10:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1eda0f5

www-apps/gotosocial: disable mkdocs

Closes: https://bugs.gentoo.org/900354
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 www-apps/gotosocial/gotosocial-0.9.0.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/www-apps/gotosocial/gotosocial-0.9.0.ebuild 
b/www-apps/gotosocial/gotosocial-0.9.0.ebuild
index 948ff2c42..902fcc9ad 100644
--- a/www-apps/gotosocial/gotosocial-0.9.0.ebuild
+++ b/www-apps/gotosocial/gotosocial-0.9.0.ebuild
@@ -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() {

Reply via email to