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 F2A36138350 for ; Sun, 1 Mar 2020 18:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4DDE08F4; Sun, 1 Mar 2020 18:36:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 11CFFE08F4 for ; Sun, 1 Mar 2020 18:36:20 +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 7AE8234F1F0 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 37B6E15F 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: <1583087724.3726e701a2e91b547c95127e055a4fbcb7579308.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/partio/partio-1.1.0_p20170829.ebuild media-libs/partio/partio-1.5.4.ebuild media-libs/partio/partio-9999.ebuild X-VCS-Directories: media-libs/partio/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 3726e701a2e91b547c95127e055a4fbcb7579308 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: 09accc37-306d-4268-9422-c5fef136e358 X-Archives-Hash: 196d99d79b2b8226befbd8f70091f439 commit: 3726e701a2e91b547c95127e055a4fbcb7579308 Author: Matthias Maier gentoo org> AuthorDate: Sun Mar 1 18:19:27 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Mar 1 18:35:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3726e701 media-libs/partio: 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/partio/partio-1.1.0_p20170829.ebuild | 9 ++++++++- media-libs/partio/partio-1.5.4.ebuild | 9 ++++++++- media-libs/partio/partio-9999.ebuild | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 9227c54e172..ee193c6eb05 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -25,7 +25,14 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} - 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 + ) dev-lang/swig:* " diff --git a/media-libs/partio/partio-1.5.4.ebuild b/media-libs/partio/partio-1.5.4.ebuild index dd11e597470..0ddd8b103c2 100644 --- a/media-libs/partio/partio-1.5.4.ebuild +++ b/media-libs/partio/partio-1.5.4.ebuild @@ -24,7 +24,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" dev-lang/swig - 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="${PYTHON_DEPS} media-libs/freeglut diff --git a/media-libs/partio/partio-9999.ebuild b/media-libs/partio/partio-9999.ebuild index fb1771b479c..6552a1f56fd 100644 --- a/media-libs/partio/partio-9999.ebuild +++ b/media-libs/partio/partio-9999.ebuild @@ -24,7 +24,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" dev-lang/swig - 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="${PYTHON_DEPS} media-libs/freeglut