From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1182147-garchives=archives.gentoo.org@lists.gentoo.org> 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 D0F4B1382C5 for <garchives@archives.gentoo.org>; Wed, 24 Jun 2020 20:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9626FE0999; Wed, 24 Jun 2020 20:02:53 +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 7F90AE0999 for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jun 2020 20:02:53 +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 59FEA34EE0C for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jun 2020 20:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2664E175 for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jun 2020 20:02:47 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1593028858.4fdded8e69f74fd8b139b9b13e51a3769796a007.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild X-VCS-Directories: dev-haskell/lhs2tex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4fdded8e69f74fd8b139b9b13e51a3769796a007 X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:02:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 403dc6ba-6ad4-4526-9431-da1daf2f721f X-Archives-Hash: cd5f735172873ebf9e9c509d589bd2b9 commit: 4fdded8e69f74fd8b139b9b13e51a3769796a007 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 24 20:00:19 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jun 24 20:00:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdded8e dev-haskell/lhs2tex: Update RDEPEND. dev-texlive/texlive-latexextra replaces dev-tex/polytable. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 5 +++-- dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild index 8dbd1b37784..81391c36b1b 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.18.1-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=5 @@ -17,7 +17,8 @@ IUSE="" # dev-texlive/texlive-mathscience contains 'stmaryrd' font used # for guide generation -RDEPEND=">=dev-tex/polytable-0.8.2 +# dev-texlive/texlive-latexextra for polytable +RDEPEND="dev-texlive/texlive-latexextra dev-texlive/texlive-mathscience" DEPEND="${RDEPEND} diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild index 8dbd1b37784..81391c36b1b 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.19-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=5 @@ -17,7 +17,8 @@ IUSE="" # dev-texlive/texlive-mathscience contains 'stmaryrd' font used # for guide generation -RDEPEND=">=dev-tex/polytable-0.8.2 +# dev-texlive/texlive-latexextra for polytable +RDEPEND="dev-texlive/texlive-latexextra dev-texlive/texlive-mathscience" DEPEND="${RDEPEND}