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 052D1158010 for ; Thu, 16 Feb 2023 12:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98165E0894; Thu, 16 Feb 2023 12:47:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C7AEE0894 for ; Thu, 16 Feb 2023 12:47:54 +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 46E8D340F08 for ; Thu, 16 Feb 2023 12:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C2C28A3 for ; Thu, 16 Feb 2023 12:47:51 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1676378446.aa236231abc5e8a6cc940436c4d94b5c35d36d4d.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xtl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xtl/xtl-0.7.5.ebuild X-VCS-Directories: dev-cpp/xtl/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: aa236231abc5e8a6cc940436c4d94b5c35d36d4d X-VCS-Branch: master Date: Thu, 16 Feb 2023 12:47:51 +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: c4a42732-de20-4b89-a9be-137579d4f987 X-Archives-Hash: c93f06277bc1199e282cbd90c165bdc2 commit: aa236231abc5e8a6cc940436c4d94b5c35d36d4d Author: Kamal Abdellatif tgf pw> AuthorDate: Tue Feb 14 12:34:46 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Feb 14 12:40:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa236231 dev-cpp/xtl: add sphinx_rtd_theme dependency Closes: https://bugs.gentoo.org/894290 Signed-off-by: Kamal Abdellatif tgf.pw> dev-cpp/xtl/xtl-0.7.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild index 83b5fa6f9..bed500655 100644 --- a/dev-cpp/xtl/xtl-0.7.5.ebuild +++ b/dev-cpp/xtl/xtl-0.7.5.ebuild @@ -26,6 +26,7 @@ BDEPEND=" $(python_gen_any_dep ' dev-python/breathe[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ') ) test? ( dev-cpp/doctest ) @@ -36,7 +37,8 @@ RESTRICT="!test? ( test )" python_check_deps() { python_has_version \ "dev-python/breathe[${PYTHON_USEDEP}]" \ - "dev-python/sphinx[${PYTHON_USEDEP}]" + "dev-python/sphinx[${PYTHON_USEDEP}]" \ + "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]" } pkg_setup() {