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 E5026159C96 for ; Sun, 28 Jul 2024 16:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E5EDE2A0B; Sun, 28 Jul 2024 16:20:51 +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 05402E2A0B for ; Sun, 28 Jul 2024 16:20:51 +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 120D1340CB1 for ; Sun, 28 Jul 2024 16:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 737631D87 for ; Sun, 28 Jul 2024 16:20:48 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1722183641.08a0b46c6fde35c713cfc95579a0ce34d73af08d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primesieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/primesieve/primesieve-12.3.ebuild X-VCS-Directories: sci-mathematics/primesieve/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 08a0b46c6fde35c713cfc95579a0ce34d73af08d X-VCS-Branch: master Date: Sun, 28 Jul 2024 16:20:48 +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: e6bde65b-7087-4ef8-b473-d44ea80adc94 X-Archives-Hash: cce4bc20c2b34153effba444be163d6c commit: 08a0b46c6fde35c713cfc95579a0ce34d73af08d Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jul 28 12:52:09 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Jul 28 16:20:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a0b46c sci-mathematics/primesieve: missing doc dep texlive-latexextra Closes: https://bugs.gentoo.org/936808 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/primesieve/primesieve-12.3.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index 97d6b8bae298..580881f0c652 100644 --- a/sci-mathematics/primesieve/primesieve-12.3.ebuild +++ b/sci-mathematics/primesieve/primesieve-12.3.ebuild @@ -14,7 +14,13 @@ KEYWORDS="~amd64" IUSE="doc +executable test" RESTRICT="!test? ( test )" -BDEPEND="doc? ( app-text/doxygen app-text/texlive media-gfx/graphviz )" +# dev-texlive/texlive-latexextra needed for varwidth.sty, bug 936808 +BDEPEND="doc? ( + app-text/doxygen + app-text/texlive + dev-texlive/texlive-latexextra + media-gfx/graphviz +)" DOCS=( ChangeLog