Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Wed, 04 Jan 2017 12:12:17
Message-Id: 1483531924.4396833e2f02241f6df27faa7e13ac5cd630b65a.aballier@gentoo
1 commit: 4396833e2f02241f6df27faa7e13ac5cd630b65a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 12:12:04 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 12:12:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396833e
7
8 dev-tex/latexdiff: add missing latex-base dep, bug #604276
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-tex/latexdiff/latexdiff-1.2.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
16 index b3073f2..d50d826 100644
17 --- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
18 +++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~am
26 IUSE="test"
27
28 RDEPEND=">=dev-lang/perl-5.8
29 + virtual/latex-base
30 dev-perl/Algorithm-Diff"
31 DEPEND="${RDEPEND}
32 dev-perl/Pod-LaTeX