commit: f1af8534bb6bf162130f8e561c90df266c8f3865 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun Feb 26 17:52:35 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun Feb 26 17:52:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1af8534
www-apps/gotosocial: fix docs deps Closes: https://bugs.gentoo.org/897776 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> www-apps/gotosocial/gotosocial-0.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/gotosocial/gotosocial-0.7.1.ebuild b/www-apps/gotosocial/gotosocial-0.7.1.ebuild index 1c68e65f3..f98fb2914 100644 --- a/www-apps/gotosocial/gotosocial-0.7.1.ebuild +++ b/www-apps/gotosocial/gotosocial-0.7.1.ebuild @@ -8,6 +8,7 @@ DOCS_BUILDER="mkdocs" DOCS_DEPEND=( dev-python/mkdocs-material dev-python/mkdocs-render-swagger-plugin + dev-python/regex ) inherit python-any-r1 docs go-module systemd tmpfiles
