Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Thu, 05 Jul 2018 18:32:46
Message-Id: 1530815541.c5ea1c259db45cc96bcac10f581c5952a74c69aa.slyfox@gentoo
1 commit: c5ea1c259db45cc96bcac10f581c5952a74c69aa
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 5 16:31:20 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 18:32:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ea1c25
7
8 dev-tex/latexdiff: stable 1.2.1 for sparc
9
10 Bug: https://bugs.gentoo.org/659494
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="sparc"
13
14 dev-tex/latexdiff/latexdiff-1.2.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
18 index e9db7ad5585..e0f6ef9dbd5 100644
19 --- a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
20 +++ b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then
28 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
29 else
30 SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
33 fi
34
35 LICENSE="GPL-3"