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 0C094138359 for ; Fri, 10 Jul 2020 21:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48361E077F; Fri, 10 Jul 2020 21:46:40 +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 2E4DEE077F for ; Fri, 10 Jul 2020 21:46:40 +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 8DF2C34F692 for ; Fri, 10 Jul 2020 21:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEBC2D4 for ; Fri, 10 Jul 2020 21:46:36 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1594417592.fd29a57612c26a859f72a481c768e71441f25bc0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmlto/xmlto-0.0.28-r1.ebuild app-text/xmlto/xmlto-0.0.28-r2.ebuild X-VCS-Directories: app-text/xmlto/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fd29a57612c26a859f72a481c768e71441f25bc0 X-VCS-Branch: master Date: Fri, 10 Jul 2020 21:46:36 +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: b1d7f51e-a06f-44e8-8375-6d50107c5d7d X-Archives-Hash: 3390182aeb01cb6bbda5936ccda3a7fc commit: fd29a57612c26a859f72a481c768e71441f25bc0 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:42:17 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd29a576 app-text/xmlto: remove xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> app-text/xmlto/{xmlto-0.0.28-r1.ebuild => xmlto-0.0.28-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r2.ebuild similarity index 94% rename from app-text/xmlto/xmlto-0.0.28-r1.ebuild rename to app-text/xmlto/xmlto-0.0.28-r2.ebuild index 58faafa5f93..f9e88d7925b 100644 --- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild +++ b/app-text/xmlto/xmlto-0.0.28-r2.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1 || ( sys-apps/util-linux app-misc/getopt ) sys-apps/which text? ( || ( virtual/w3m www-client/lynx www-client/elinks ) ) - latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )" + latex? ( >=app-text/passivetex-1.25 dev-texlive/texlive-formatsextra )" # We only depend on flex when we patch the imput lexer. DEPEND="${RDEPEND}"