commit: 7590ed7b107f27548e55195554eedea7042cc70c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 20:56:31 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 20:56:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7590ed7b
dev-perl/LaTeX-Driver: Add missing test dependencies, bug 583446
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 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 be50b5f..1b8c3a4 100644
--- a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild
+++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,5 +27,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
+ test? (
+ app-text/texlive
+ dev-texlive/texlive-latexextra
+ )
"
+
SRC_TEST="do"