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 52021139694 for ; Fri, 7 Jul 2017 11:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3986B274172; Fri, 7 Jul 2017 11:51:16 +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 1468827417B for ; Fri, 7 Jul 2017 11:51:16 +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 49CD834177B for ; Fri, 7 Jul 2017 11:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0024A74AB for ; Fri, 7 Jul 2017 11:51:12 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499428265.6bb37e2c213f600352632aa7f3f9f809af22762c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/texi2dvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/texi2dvi/texi2dvi-0.ebuild X-VCS-Directories: virtual/texi2dvi/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6bb37e2c213f600352632aa7f3f9f809af22762c X-VCS-Branch: master Date: Fri, 7 Jul 2017 11:51:12 +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: 773083b1-4ece-432f-b42e-5ab2dec9dee7 X-Archives-Hash: 06cc136c8d7e6f7aced9c9480e16f48c commit: 6bb37e2c213f600352632aa7f3f9f809af22762c Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 11:50:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 11:51:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb37e2c virtual/texi2dvi: Do not allow tl-texinfo anymore; it was last used with TeX Live 2012. Package-Manager: Portage-2.3.6, Repoman-2.3.2 virtual/texi2dvi/texi2dvi-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/texi2dvi/texi2dvi-0.ebuild b/virtual/texi2dvi/texi2dvi-0.ebuild index e3c9a42087b..d94ca0c201f 100644 --- a/virtual/texi2dvi/texi2dvi-0.ebuild +++ b/virtual/texi2dvi/texi2dvi-0.ebuild @@ -9,4 +9,4 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8 RDEPEND="sys-apps/texinfo virtual/latex-base - || ( dev-texlive/texlive-plaingeneric >=dev-texlive/texlive-plainextra-2013 dev-texlive/texlive-texinfo )" + || ( dev-texlive/texlive-plaingeneric >=dev-texlive/texlive-plainextra-2013 )"