From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1520340-garchives=archives.gentoo.org@lists.gentoo.org> 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 ED4EF15806E for <garchives@archives.gentoo.org>; Sun, 21 May 2023 16:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF528E0875; Sun, 21 May 2023 16:27:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9879DE0875 for <gentoo-commits@lists.gentoo.org>; Sun, 21 May 2023 16:27:24 +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 D70AA340CE7 for <gentoo-commits@lists.gentoo.org>; Sun, 21 May 2023 16:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13EE3A75 for <gentoo-commits@lists.gentoo.org>; Sun, 21 May 2023 16:27:22 +0000 (UTC) From: "Anna Vyalkova" <cyber+gentoo@sysrq.in> 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" <cyber+gentoo@sysrq.in> Message-ID: <1684686218.c810a3f55ae2f940dc101f9d4d21c253b669122a.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: c810a3f55ae2f940dc101f9d4d21c253b669122a X-VCS-Branch: dev Date: Sun, 21 May 2023 16:27:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7459a0ab-6e3b-4166-b228-343f22c0e8cf X-Archives-Hash: e05dd8e3b094b0f12aeae9361de9a616 commit: c810a3f55ae2f940dc101f9d4d21c253b669122a Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun May 21 16:23:38 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun May 21 16:23:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c810a3f5 dev-nim/nimbus: fix docs deps Closes: https://bugs.gentoo.org/906180 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-nim/nimbus/nimbus-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-nim/nimbus/nimbus-1.1.1.ebuild b/dev-nim/nimbus/nimbus-1.1.1.ebuild index 71f03d0e4..4929ba7cf 100644 --- a/dev-nim/nimbus/nimbus-1.1.1.ebuild +++ b/dev-nim/nimbus/nimbus-1.1.1.ebuild @@ -28,6 +28,7 @@ BDEPEND=" ${RDEPEND} doc? ( $(python_gen_any_dep ' + dev-python/insipid-sphinx-theme[${PYTHON_USEDEP}] dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] dev-python/sphinx-prompt[${PYTHON_USEDEP}] dev-python/sphinx-sitemap[${PYTHON_USEDEP}] @@ -38,7 +39,7 @@ BDEPEND=" python_check_deps() { use doc || return 0 - python_has_version dev-python/insipid-sphinx-theme[${PYTHON_USEDEP}] && + 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}]"