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 656C1138359 for ; Thu, 2 Jul 2020 09:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 920A4E0848; Thu, 2 Jul 2020 09:11:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7827DE0848 for ; Thu, 2 Jul 2020 09:11:01 +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 05DAC34EF76 for ; Thu, 2 Jul 2020 09:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA189C for ; Thu, 2 Jul 2020 09:10:54 +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: <1593681048.b3c68b043aadb438b0c16abf79df0017eaac18be.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/pms/pms-9999.ebuild X-VCS-Directories: app-doc/pms/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b3c68b043aadb438b0c16abf79df0017eaac18be X-VCS-Branch: master Date: Thu, 2 Jul 2020 09:10:54 +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: 917c51db-efbc-41b8-9506-6d7b72c0cd88 X-Archives-Hash: 290b228e6717614d7dd32a0c68eac757 commit: b3c68b043aadb438b0c16abf79df0017eaac18be Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 2 09:10:28 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 2 09:10:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c68b04 app-doc/pms: Update dependencies of live ebuild. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> app-doc/pms/pms-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 5967acc1abc..19a316cc11a 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -18,14 +18,13 @@ IUSE="html twoside" # texlive-latexextra for chngcntr, gitinfo2, isodate, leaflet, marginnote, # paralist, tocbibind # texlive-mathscience for algorithm, algorithmic -BDEPEND="|| ( >=dev-texlive/texlive-latexextra-2020-r1 dev-tex/leaflet ) - dev-texlive/texlive-bibtexextra +BDEPEND="dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex - dev-texlive/texlive-latexextra + >=dev-texlive/texlive-latexextra-2020-r2 dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience - html? ( >=dev-tex/tex4ht-20090611_p1038-r5 )" + html? ( >=dev-tex/tex4ht-20090611_p1038-r11 )" RDEPEND="!app-doc/pms-bin" src_compile() {