From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A103C15802F for ; Tue, 7 Mar 2023 14:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B35E07E0; Tue, 7 Mar 2023 14:03:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3821E07DB for ; Tue, 7 Mar 2023 14:03:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7041A3413C8 for ; Tue, 7 Mar 2023 14:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA5B7D8 for ; Tue, 7 Mar 2023 14:03:54 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1678194730.3e1f16a54e96b43d2959a55715f4033bfe7b0afe.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/gotosocial/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gotosocial/gotosocial-0.7.1.ebuild X-VCS-Directories: www-apps/gotosocial/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3e1f16a54e96b43d2959a55715f4033bfe7b0afe X-VCS-Branch: dev Date: Tue, 7 Mar 2023 14:03:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be3604d1-59ff-438e-9c76-6586b11a53b9 X-Archives-Hash: 1bc55eddf344d7d111cd8b319ed69605 commit: 3e1f16a54e96b43d2959a55715f4033bfe7b0afe Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 7 13:12:10 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Mar 7 13:12:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f16a5 www-apps/gotosocial: add missing deps for docs Closes: https://bugs.gentoo.org/899996 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-apps/gotosocial/gotosocial-0.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-apps/gotosocial/gotosocial-0.7.1.ebuild b/www-apps/gotosocial/gotosocial-0.7.1.ebuild index f3d6956fb..ab8204997 100644 --- a/www-apps/gotosocial/gotosocial-0.7.1.ebuild +++ b/www-apps/gotosocial/gotosocial-0.7.1.ebuild @@ -8,7 +8,9 @@ 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