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 E285A15AD33 for ; Thu, 11 May 2023 08:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4055E0BF2; Thu, 11 May 2023 08:08:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEF6FE0BE1 for ; Thu, 11 May 2023 08:08:59 +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 EEB38340DAE for ; Thu, 11 May 2023 08:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2658DA61 for ; Thu, 11 May 2023 08:08:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1683791741.77539f028c6010ade2414a61e074f7cd358883f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cvxopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cvxopt/cvxopt-1.3.1.ebuild X-VCS-Directories: dev-python/cvxopt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77539f028c6010ade2414a61e074f7cd358883f8 X-VCS-Branch: master Date: Thu, 11 May 2023 08:08:57 +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: c95ad822-98a0-42c4-8af0-f70323f17fcc X-Archives-Hash: ffeeb88f70d43c0bf21a0fc18bac725e commit: 77539f028c6010ade2414a61e074f7cd358883f8 Author: Michał Górny gentoo org> AuthorDate: Thu May 11 07:28:41 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 11 07:55:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77539f02 dev-python/cvxopt: Add missing dep on dev-python/sphinx-rtd-theme Closes: https://bugs.gentoo.org/869023 Signed-off-by: Michał Górny gentoo.org> dev-python/cvxopt/cvxopt-1.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cvxopt/cvxopt-1.3.1.ebuild b/dev-python/cvxopt/cvxopt-1.3.1.ebuild index 73bb03e8da33..f986ec811a65 100644 --- a/dev-python/cvxopt/cvxopt-1.3.1.ebuild +++ b/dev-python/cvxopt/cvxopt-1.3.1.ebuild @@ -46,7 +46,8 @@ BDEPEND=" virtual/pkgconfig " -distutils_enable_sphinx doc/source --no-autodoc +distutils_enable_sphinx doc/source \ + dev-python/sphinx-rtd-theme distutils_enable_tests pytest # The BLAS_LIB and LAPACK_LIB variables (among others) in cvxopt's