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 3388F139085 for ; Wed, 8 Feb 2017 20:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BA9E0C50; Wed, 8 Feb 2017 20:14:53 +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 0198AE0C50 for ; Wed, 8 Feb 2017 20:14:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A58363416E0 for ; Wed, 8 Feb 2017 20:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 191FA3D60 for ; Wed, 8 Feb 2017 20:14:50 +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: <1486584857.fc92723327d91fec1ed96ac284f55d39a1ddafcc.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: fc92723327d91fec1ed96ac284f55d39a1ddafcc X-VCS-Branch: master Date: Wed, 8 Feb 2017 20:14:50 +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: b69f143a-3f52-46c4-af2c-837e7cae1a84 X-Archives-Hash: f0525a9f19e43e8e97d9c3c67c4b754c commit: fc92723327d91fec1ed96ac284f55d39a1ddafcc Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 8 20:14:17 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 8 20:14:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc927233 app-doc/pms: Depend on newer version of dev-tex/tex4ht. This fixes indentation and alignment in algorithms, bug 580532. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-doc/pms/pms-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 7889fd1855..c62564fcc4 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit git-r3 @@ -24,7 +24,7 @@ DEPEND="dev-tex/leaflet || ( dev-texlive/texlive-mathscience dev-texlive/texlive-science ) html? ( app-text/recode - >=dev-tex/tex4ht-20090115_p0029 + >=dev-tex/tex4ht-20090611_p1038-r5 )" RDEPEND=""