summaryrefslogtreecommitdiff
path: root/dev-perl
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-12-19 21:56:31 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-12-19 21:56:59 +0100
commit7590ed7b107f27548e55195554eedea7042cc70c (patch)
tree5cbeae79b0c47627119a0280f967fb2e37d0fd95 /dev-perl
parentb74d929e3837adba1df9f98e82b4eb55be84b16e (diff)
downloadgentoo-7590ed7b107f27548e55195554eedea7042cc70c.tar.gz
gentoo-7590ed7b107f27548e55195554eedea7042cc70c.tar.xz
dev-perl/LaTeX-Driver: Add missing test dependencies, bug 583446
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/LaTeX-Driver/LaTeX-Driver-0.200.4.ebuild7
1 files changed, 6 insertions, 1 deletions
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 be50b5fde1d..1b8c3a4a9a4 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"