Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/
Date: Sat, 29 Dec 2018 16:44:19
Message-Id: 1546101843.7fdecd194104df678e86cd3cdc0402647d110dea.whissi@gentoo
1 commit: 7fdecd194104df678e86cd3cdc0402647d110dea
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 16:43:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 16:44:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdecd19
7
8 app-text/pdfgrep: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/659138
11 Package-Manager: Portage-2.3.53, Repoman-2.3.12
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 app-text/pdfgrep/pdfgrep-2.0.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
18 index bc4a71cddff..1a23fbb18c9 100644
19 --- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
20 +++ b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
28 virtual/pkgconfig
29 test? (
30 dev-texlive/texlive-latex
31 + dev-texlive/texlive-latexrecommended
32 dev-util/dejagnu
33 )"