diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-07 12:55:00 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-07 12:55:00 +0100 |
commit | 36139c93ded3ac64f48cf7f96f8046e1953e49ca (patch) | |
tree | 9311bf614ebced833e2df0b69250f72aa47e18bb /dev-tex | |
parent | x11-libs/gtksourceview: stable 3.24.8 for ia64, bug #660314 (diff) | |
download | gentoo-36139c93ded3ac64f48cf7f96f8046e1953e49ca.tar.gz gentoo-36139c93ded3ac64f48cf7f96f8046e1953e49ca.tar.bz2 gentoo-36139c93ded3ac64f48cf7f96f8046e1953e49ca.zip |
dev-tex/latexdiff: stable 1.2.1 for ia64, bug #659494
Bug: https://bugs.gentoo.org/659494
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild index a8b5b0477763..c93a36b8da14 100644 --- a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - 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" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-3" |