diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-09-18 18:04:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-09-18 18:04:12 +0000 |
commit | 29d743310c71044e21562b08f58ede53eee1ac96 (patch) | |
tree | de9628dc60c8768a4d494091d75e098c9cc91886 /dev-tex/latexdiff | |
parent | Initial version. Haskell bindings to the ALSA simple mixer API. (diff) | |
download | gentoo-2-29d743310c71044e21562b08f58ede53eee1ac96.tar.gz gentoo-2-29d743310c71044e21562b08f58ede53eee1ac96.tar.bz2 gentoo-2-29d743310c71044e21562b08f58ede53eee1ac96.zip |
alpha/ia64/s390/sh/sparc stable wrt #355085
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r-- | dev-tex/latexdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/latexdiff/latexdiff-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/latexdiff/ChangeLog b/dev-tex/latexdiff/ChangeLog index 987923ec9735..3a940b41cb59 100644 --- a/dev-tex/latexdiff/ChangeLog +++ b/dev-tex/latexdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/latexdiff # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.23 2011/08/28 16:10:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.24 2011/09/18 18:04:12 armin76 Exp $ + + 18 Sep 2011; Raúl Porcel <armin76@gentoo.org> latexdiff-0.5.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #355085 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> latexdiff-0.5.ebuild: Marked ~x64-macos diff --git a/dev-tex/latexdiff/latexdiff-0.5.ebuild b/dev-tex/latexdiff/latexdiff-0.5.ebuild index 91c1725e7680..b9fb2800907b 100644 --- a/dev-tex/latexdiff/latexdiff-0.5.ebuild +++ b/dev-tex/latexdiff/latexdiff-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.5.ebuild,v 1.16 2011/08/28 16:10:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.5.ebuild,v 1.17 2011/09/18 18:04:12 armin76 Exp $ DESCRIPTION="Compare two latex files and mark up significant differences" HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" |