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 A56DF13835A for ; Fri, 10 Jul 2020 21:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE132E07F9; Fri, 10 Jul 2020 21:46:41 +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 C487FE07F9 for ; Fri, 10 Jul 2020 21:46:41 +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 B945C34F797 for ; Fri, 10 Jul 2020 21:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A2232D3 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: <1594417591.64402c37081aef987293ab08a3824020f6fda20b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/passivetex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/passivetex/passivetex-1.25-r1.ebuild app-text/passivetex/passivetex-1.25-r2.ebuild X-VCS-Directories: app-text/passivetex/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 64402c37081aef987293ab08a3824020f6fda20b 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: c4d40cff-a773-406c-b09d-38fbbc97968c X-Archives-Hash: b7b4a7113b02df3d5c4a4d0fad61dbcf commit: 64402c37081aef987293ab08a3824020f6fda20b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 21:40:11 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 21:46:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64402c37 app-text/passivetex: remove xmltex Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> .../{passivetex-1.25-r1.ebuild => passivetex-1.25-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/passivetex/passivetex-1.25-r1.ebuild b/app-text/passivetex/passivetex-1.25-r2.ebuild similarity index 95% rename from app-text/passivetex/passivetex-1.25-r1.ebuild rename to app-text/passivetex/passivetex-1.25-r2.ebuild index 209a1b5cd18..910eec2007e 100644 --- a/app-text/passivetex/passivetex-1.25-r1.ebuild +++ b/app-text/passivetex/passivetex-1.25-r2.ebuild @@ -14,10 +14,9 @@ S=${WORKDIR}/${PN} LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" -IUSE="" RDEPEND="virtual/latex-base - >=dev-tex/xmltex-1.9" + dev-texlive/texlive-formatsextra" DEPEND="${RDEPEND} app-arch/unzip"