diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-29 17:43:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-29 17:44:03 +0100 |
commit | 7fdecd194104df678e86cd3cdc0402647d110dea (patch) | |
tree | bff78fccd7d8d973105c1a2c15c7d0a07ad629ad /app-text/pdfgrep | |
parent | dev-python/sphinxcontrib-websupport-1.1.0: hppa stable, bug 663556 (diff) | |
download | gentoo-7fdecd194104df678e86cd3cdc0402647d110dea.tar.gz gentoo-7fdecd194104df678e86cd3cdc0402647d110dea.tar.bz2 gentoo-7fdecd194104df678e86cd3cdc0402647d110dea.zip |
app-text/pdfgrep: add missing test dependency
Closes: https://bugs.gentoo.org/659138
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text/pdfgrep')
-rw-r--r-- | app-text/pdfgrep/pdfgrep-2.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild index bc4a71cddff0..1a23fbb18c9b 100644 --- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild +++ b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-texlive/texlive-latex + dev-texlive/texlive-latexrecommended dev-util/dejagnu )" |