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 D8D4E139694 for ; Thu, 15 Jun 2017 06:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0845E0BF6; Thu, 15 Jun 2017 06:18:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C97F8E0BF6 for ; Thu, 15 Jun 2017 06:18:50 +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 6A62E341747 for ; Thu, 15 Jun 2017 06:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20083747E for ; Thu, 15 Jun 2017 06:18:41 +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: <1497507488.37a1a1cabb396d61088fed7acd25c7a5f7de3314.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-6_p20170429.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: 37a1a1cabb396d61088fed7acd25c7a5f7de3314 X-VCS-Branch: master Date: Thu, 15 Jun 2017 06:18:41 +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-Archives-Salt: 692c9aee-b9e7-45e8-8200-5d5260fb5587 X-Archives-Hash: f75f629d87171daba3dd23d97aebe3f0 commit: 37a1a1cabb396d61088fed7acd25c7a5f7de3314 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jun 15 06:18:08 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jun 15 06:18:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a1a1ca app-doc/pms: Explicitly depend on fonts. Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-doc/pms/pms-5_p20120920.ebuild | 1 + app-doc/pms/pms-6_p20170429.ebuild | 1 + app-doc/pms/pms-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-doc/pms/pms-5_p20120920.ebuild b/app-doc/pms/pms-5_p20120920.ebuild index 7e91d18f80a..cd8cd06f092 100644 --- a/app-doc/pms/pms-5_p20120920.ebuild +++ b/app-doc/pms/pms-5_p20120920.ebuild @@ -17,6 +17,7 @@ IUSE="binary html" DEPEND="!binary? ( dev-tex/leaflet dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended diff --git a/app-doc/pms/pms-6_p20170429.ebuild b/app-doc/pms/pms-6_p20170429.ebuild index 5d0e4b47daa..8a26d650815 100644 --- a/app-doc/pms/pms-6_p20170429.ebuild +++ b/app-doc/pms/pms-6_p20170429.ebuild @@ -20,6 +20,7 @@ IUSE="binary html" DEPEND="!binary? ( dev-tex/leaflet dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 6ba5a2ef823..a29faf97294 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -17,6 +17,7 @@ IUSE="html twoside" DEPEND="dev-tex/leaflet dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latex dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended