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: Sat, 31 Dec 2016 12:21:23
Message-Id: 1483186869.e908b5d797137fbbf51050b0836ec0f9faf6f027.aballier@gentoo
1 commit: e908b5d797137fbbf51050b0836ec0f9faf6f027
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 12:21:09 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 12:21:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e908b5d7
7
8 dev-tex/latexdiff: add missing pod-latex dep, bug #604090; drop keywords on arches without it
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 ebc0830..b3073f2 100644
17 --- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
18 +++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
19 @@ -10,13 +10,14 @@ SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25
26 IUSE="test"
27
28 RDEPEND=">=dev-lang/perl-5.8
29 dev-perl/Algorithm-Diff"
30 DEPEND="${RDEPEND}
31 + dev-perl/Pod-LaTeX
32 test? ( app-shells/tcsh )"
33
34 src_compile() {