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 7BD921396D9 for ; Fri, 27 Oct 2017 06:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D90E0D12; Fri, 27 Oct 2017 06:49:29 +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 2DD75E0D12 for ; Fri, 27 Oct 2017 06:49:29 +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 1A9AC33C770 for ; Fri, 27 Oct 2017 06:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A36D282C for ; Fri, 27 Oct 2017 06:49:26 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1509086927.0ff26c5c1ae91220b29b05a08195ab2213cd3873.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LaTeX-Driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild X-VCS-Directories: dev-perl/LaTeX-Driver/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0ff26c5c1ae91220b29b05a08195ab2213cd3873 X-VCS-Branch: master Date: Fri, 27 Oct 2017 06:49:26 +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: 5ca4e0c0-a41f-42de-95ab-f32ff30193f8 X-Archives-Hash: f9960a1fe38868bc0b21348b372c7514 commit: 0ff26c5c1ae91220b29b05a08195ab2213cd3873 Author: Kent Fredric gentoo org> AuthorDate: Fri Oct 27 06:39:18 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Oct 27 06:48:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff26c5c dev-perl/LaTeX-Driver: Fix test dep for texlive bug #625910 Closes: https://bugs.gentoo.org/625910 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild index 239b44ef514..5af597d3e67 100644 --- a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild +++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( - app-text/texlive + app-text/texlive-core dev-texlive/texlive-latexextra ) "