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 04B41138350 for ; Sun, 1 Mar 2020 18:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78989E0957; Sun, 1 Mar 2020 18:36:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 59EBEE0957 for ; Sun, 1 Mar 2020 18:36:21 +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 A345134F1F8 for ; Sun, 1 Mar 2020 18:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2C2314E for ; Sun, 1 Mar 2020 18:36:16 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1583087714.9a1b8ea907ba4ea540505f6fcc70831f11722d4c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/eigen/eigen-3.3.7.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9a1b8ea907ba4ea540505f6fcc70831f11722d4c X-VCS-Branch: master Date: Sun, 1 Mar 2020 18:36:16 +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: 6176291d-fcb9-4e26-8119-e35db311c1d2 X-Archives-Hash: c69934ca51a2004c4bdc38cb7516b373 commit: 9a1b8ea907ba4ea540505f6fcc70831f11722d4c Author: Matthias Maier gentoo org> AuthorDate: Sun Mar 1 18:07:37 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Mar 1 18:35:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1b8ea9 dev-cpp/eigen: remove app-doc/doxygen[latex] dependency Bug: https://bugs.gentoo.org/430914 Bug: https://bugs.gentoo.org/709316 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier gentoo.org> dev-cpp/eigen/eigen-3.3.7.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.3.7.ebuild b/dev-cpp/eigen/eigen-3.3.7.ebuild index 2a09fbdee11..6e5623fc6b9 100644 --- a/dev-cpp/eigen/eigen-3.3.7.ebuild +++ b/dev-cpp/eigen/eigen-3.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,14 @@ RESTRICT="!test? ( test )" RDEPEND="!dev-cpp/eigen:0" DEPEND=" cuda? ( dev-util/nvidia-cuda-toolkit ) - doc? ( app-doc/doxygen[dot,latex] ) + doc? ( + app-doc/doxygen[dot] + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) test? ( dev-libs/gmp:0 dev-libs/mpfr:0