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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6C3C15838C for ; Sat, 20 Jan 2024 08:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02672E29C1; Sat, 20 Jan 2024 08:45:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E341E29BB for ; Sat, 20 Jan 2024 08:45:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F9EF343274 for ; Sat, 20 Jan 2024 08:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1368413AA for ; Sat, 20 Jan 2024 08:45:19 +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: <1705740311.c1d680e7a7672b9d3f55d083a3ce03934f97aec2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mautrix/mautrix-0.20.4-r1.ebuild X-VCS-Directories: dev-python/mautrix/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c1d680e7a7672b9d3f55d083a3ce03934f97aec2 X-VCS-Branch: dev Date: Sat, 20 Jan 2024 08:45:19 +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: 7b416420-038c-4f0b-bb26-ce8fb74cf54e X-Archives-Hash: b1b31b3385ea70617df54573ff19ab85 commit: c1d680e7a7672b9d3f55d083a3ce03934f97aec2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jan 20 08:45:11 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Jan 20 08:45:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1d680e7 dev-python/mautrix: disable docs Closes: https://bugs.gentoo.org/922488 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/mautrix/mautrix-0.20.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild b/dev-python/mautrix/mautrix-0.20.4-r1.ebuild index bafae7ccaf..4dc824b277 100644 --- a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild +++ b/dev-python/mautrix/mautrix-0.20.4-r1.ebuild @@ -46,8 +46,9 @@ BDEPEND=" distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme +# Disabled because of https://bugs.gentoo.org/922488 +#distutils_enable_sphinx docs \ +# dev-python/sphinx-rtd-theme src_test() { local -x PGHOST="$(epostgres --get-sockdir)"