summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-23 01:02:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-23 01:02:25 +0000
commite5260aac585473cbe0a2d71b865b1f52043c94c8 (patch)
tree3cfbf1226c678c791f4ba1b119a883d120bcc48a /dev-tex
parentversion bump, bug #174212 (diff)
downloadgentoo-2-e5260aac585473cbe0a2d71b865b1f52043c94c8.tar.gz
gentoo-2-e5260aac585473cbe0a2d71b865b1f52043c94c8.tar.bz2
gentoo-2-e5260aac585473cbe0a2d71b865b1f52043c94c8.zip
static useflag no longer used
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexdiff/ChangeLog5
-rw-r--r--dev-tex/latexdiff/latexdiff-0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/latexdiff/ChangeLog b/dev-tex/latexdiff/ChangeLog
index 261b32ddf3ca..d023d29eb7e6 100644
--- a/dev-tex/latexdiff/ChangeLog
+++ b/dev-tex/latexdiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/latexdiff
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.7 2008/03/23 00:58:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.8 2008/03/23 01:02:25 aballier Exp $
+
+ 23 Mar 2008; Alexis Ballier <aballier@gentoo.org> latexdiff-0.5.ebuild:
+ static useflag no longer used
*latexdiff-0.5 (23 Mar 2008)
diff --git a/dev-tex/latexdiff/latexdiff-0.5.ebuild b/dev-tex/latexdiff/latexdiff-0.5.ebuild
index b10eb9062c6c..4e6ce195f384 100644
--- a/dev-tex/latexdiff/latexdiff-0.5.ebuild
+++ b/dev-tex/latexdiff/latexdiff-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.1 2008/03/23 00:58:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.5.ebuild,v 1.2 2008/03/23 01:02:25 aballier Exp $
DESCRIPTION="Compare two latex files and mark up significant differences"
HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="static"
+IUSE=""
RDEPEND=">=dev-lang/perl-5.8
dev-perl/Algorithm-Diff"