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 53DEF1382C5 for ; Wed, 24 Jun 2020 11:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77394E0917; Wed, 24 Jun 2020 11:14:57 +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 3F5E6E0917 for ; Wed, 24 Jun 2020 11:14:57 +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 C525134F1AF for ; Wed, 24 Jun 2020 11:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37C44253 for ; Wed, 24 Jun 2020 11:14:53 +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: <1592997289.b7b47d3b55c77adb88ae90792c3feb2f7b006111.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-5_p20120920.ebuild app-doc/pms/pms-7_p20180430-r1.ebuild 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: b7b47d3b55c77adb88ae90792c3feb2f7b006111 X-VCS-Branch: master Date: Wed, 24 Jun 2020 11:14:53 +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: b670ea6d-155c-4e68-bde1-46ba07212721 X-Archives-Hash: fd9f2f40b62c0bcfd1edff4f51a18df6 commit: b7b47d3b55c77adb88ae90792c3feb2f7b006111 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 24 11:14:30 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 24 11:14:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b47d3b app-doc/pms: Fix dependencies. dev-tex/leaflet is masked for removal. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> app-doc/pms/pms-5_p20120920.ebuild | 2 +- app-doc/pms/pms-7_p20180430-r1.ebuild | 2 +- app-doc/pms/pms-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-doc/pms/pms-5_p20120920.ebuild b/app-doc/pms/pms-5_p20120920.ebuild index 51d0d7b9b25..d75185939a5 100644 --- a/app-doc/pms/pms-5_p20120920.ebuild +++ b/app-doc/pms/pms-5_p20120920.ebuild @@ -13,7 +13,7 @@ SLOT="${PV#*_p}" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="html" -BDEPEND="dev-tex/leaflet +BDEPEND="|| ( >=dev-texlive/texlive-latexextra-2020-r1 dev-tex/leaflet ) dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex diff --git a/app-doc/pms/pms-7_p20180430-r1.ebuild b/app-doc/pms/pms-7_p20180430-r1.ebuild index 975b3f69fc8..4e2d8491fab 100644 --- a/app-doc/pms/pms-7_p20180430-r1.ebuild +++ b/app-doc/pms/pms-7_p20180430-r1.ebuild @@ -16,7 +16,7 @@ IUSE="html twoside" # texlive-latexextra: chngcntr, isodate, marginnote, paralist, tocbibind # texlive-mathscience: algorithm, algorithmic # leaflet used by eapi-cheatsheet -BDEPEND="dev-tex/leaflet +BDEPEND="|| ( >=dev-texlive/texlive-latexextra-2020-r1 dev-tex/leaflet ) dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 001aee4fd9f..2133b56c89b 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.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=7 @@ -18,7 +18,7 @@ IUSE="html twoside" # tl-bibtexextra: unsrturl.bst # tl-latexextra: chngcntr, gitinfo2, isodate, marginnote, paralist, tocbibind # tl-mathscience: algorithm, algorithmic -BDEPEND="dev-tex/leaflet +BDEPEND="|| ( >=dev-texlive/texlive-latexextra-2020-r1 dev-tex/leaflet ) dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex