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 731D015ACFC for ; Sat, 6 May 2023 15:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9152AE085D; Sat, 6 May 2023 15:55:42 +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 7067EE085D for ; Sat, 6 May 2023 15:55:42 +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 4DF92340CE7 for ; Sat, 6 May 2023 15:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9737DA59 for ; Sat, 6 May 2023 15:55:39 +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: <1683388402.eaa29770529059c49217f3b7b46724a7572449dc.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/nimbus/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-nim/nimbus/nimbus-1.1.1.ebuild X-VCS-Directories: dev-nim/nimbus/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: eaa29770529059c49217f3b7b46724a7572449dc X-VCS-Branch: dev Date: Sat, 6 May 2023 15:55:39 +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: 84cb398e-fa4e-4648-91f0-6c187a28e183 X-Archives-Hash: 18975a352e6c006bf2326bdce948482b commit: eaa29770529059c49217f3b7b46724a7572449dc Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat May 6 15:53:22 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat May 6 15:53:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eaa29770 dev-nim/nimbus: add missing docs dep Closes: https://bugs.gentoo.org/905827 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-nim/nimbus/nimbus-1.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-nim/nimbus/nimbus-1.1.1.ebuild b/dev-nim/nimbus/nimbus-1.1.1.ebuild index 1eb01f132..71f03d0e4 100644 --- a/dev-nim/nimbus/nimbus-1.1.1.ebuild +++ b/dev-nim/nimbus/nimbus-1.1.1.ebuild @@ -38,6 +38,7 @@ BDEPEND=" python_check_deps() { use doc || return 0 + python_has_version dev-python/insipid-sphinx-theme[${PYTHON_USEDEP}] && python_has_version "dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]" && python_has_version "dev-python/sphinx-prompt[${PYTHON_USEDEP}]" && python_has_version "dev-python/sphinx-sitemap[${PYTHON_USEDEP}]"