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 4291B138359 for ; Fri, 24 Jul 2020 11:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C34CE0824; Fri, 24 Jul 2020 11:10:43 +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 741A3E0824 for ; Fri, 24 Jul 2020 11:10:43 +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 15D8234EEF5 for ; Fri, 24 Jul 2020 11:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE58B2EE for ; Fri, 24 Jul 2020 11:10:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1595588033.ade25623342fd7d281d61657d71ea31810ff1d14.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hepmc/hepmc-2.06.09-r1.ebuild X-VCS-Directories: sci-physics/hepmc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ade25623342fd7d281d61657d71ea31810ff1d14 X-VCS-Branch: master Date: Fri, 24 Jul 2020 11:10:36 +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: 8e083a9b-36f3-47dd-b3a4-09f19ede6386 X-Archives-Hash: 3b78240c8f3d1ea902c5395bb0a6780d commit: ade25623342fd7d281d61657d71ea31810ff1d14 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 19 13:18:11 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jul 24 10:53:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade25623 sci-physics/hepmc: Fix dependencies. Following removal of dev-tex/floatflt. A dependency on dev-texlive/texlive-latexrecommended (for cite.sty and fancybox.sty) was also missing. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild index 30a266d6d1e..e8453c9991d 100644 --- a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.09-r1.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 @@ -21,10 +21,9 @@ RDEPEND="" DEPEND="${RDEPEND} doc? ( app-doc/doxygen - || ( - dev-texlive/texlive-latex - dev-tex/floatflt - ) + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + dev-texlive/texlive-latexrecommended )" S="${WORKDIR}/${MYP}"