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 C0559138351 for ; Sun, 1 Mar 2020 18:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63157E095D; 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 36778E0956 for ; Sun, 1 Mar 2020 18:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AEBDD34F1F9 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 247D515E for ; Sun, 1 Mar 2020 18:36:17 +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: <1583087721.b858d26684a92c5028bb55a2d89870b67c62046a.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-1.8.17-r2.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b858d26684a92c5028bb55a2d89870b67c62046a X-VCS-Branch: master Date: Sun, 1 Mar 2020 18:36:17 +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: 9f5a4bec-f5b5-4bbb-b67c-2031dead2a8b X-Archives-Hash: 8f20b62af74d1d2518b4419464776cb9 commit: b858d26684a92c5028bb55a2d89870b67c62046a Author: Matthias Maier gentoo org> AuthorDate: Sun Mar 1 18:18:04 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Mar 1 18:35:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b858d266 media-libs/openimageio: 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> media-libs/openimageio/openimageio-1.8.17-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-libs/openimageio/openimageio-1.8.17-r2.ebuild b/media-libs/openimageio/openimageio-1.8.17-r2.ebuild index c6365e2983c..e0e7eafa62a 100644 --- a/media-libs/openimageio/openimageio-1.8.17-r2.ebuild +++ b/media-libs/openimageio/openimageio-1.8.17-r2.ebuild @@ -26,7 +26,14 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" # bug 431412 BDEPEND=" - doc? ( app-doc/doxygen[latex] ) + doc? ( + app-doc/doxygen + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) " RDEPEND=" >=dev-libs/boost-1.62:=