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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8E6813835A for ; Sat, 6 Feb 2021 21:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0699E0831; Sat, 6 Feb 2021 21:29:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A821DE0831 for ; Sat, 6 Feb 2021 21:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D319335CCF for ; Sat, 6 Feb 2021 21:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 927C64BF for ; Sat, 6 Feb 2021 21:29:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612646948.fd49f19b7adab6eea795f9e2d468afd115e9be34.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcbor/libcbor-0.8.0.ebuild X-VCS-Directories: dev-libs/libcbor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd49f19b7adab6eea795f9e2d468afd115e9be34 X-VCS-Branch: master Date: Sat, 6 Feb 2021 21:29:13 +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: b0e06a08-da1f-4c9b-b7b1-af93636e01dd X-Archives-Hash: 82c420e6f8238786f639b5715f8da152 commit: fd49f19b7adab6eea795f9e2d468afd115e9be34 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 21:26:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 21:29:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49f19b dev-libs/libcbor: add missing doc dep (dev-python/sphinx_rtd_theme) Closes: https://bugs.gentoo.org/732306 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libcbor/libcbor-0.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild index 7eab356ed72..a59a570f5eb 100644 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild @@ -19,6 +19,7 @@ BDEPEND=" doc? ( $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] dev-python/breathe[${PYTHON_USEDEP}] ') )