diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 16:50:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 16:50:03 +0000 |
commit | 6e42edbbed3a99cb30892144b8cb5d4421634c57 (patch) | |
tree | a01f28d057249392b15c9358c7ba22fcb244e1a8 /dev-perl/Text-Diff | |
parent | Stable for amd64, wrt bug #396953 (diff) | |
download | gentoo-2-6e42edbbed3a99cb30892144b8cb5d4421634c57.tar.gz gentoo-2-6e42edbbed3a99cb30892144b8cb5d4421634c57.tar.bz2 gentoo-2-6e42edbbed3a99cb30892144b8cb5d4421634c57.zip |
Stable for amd64, wrt bug #396955
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index 4a4228baad5d..5398592a7648 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Diff -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.20 2011/07/29 12:41:25 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.21 2012/02/03 16:50:03 ago Exp $ + + 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Text-Diff-1.410.0.ebuild: + Stable for amd64, wrt bug #396955 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Text-Diff-1.37.ebuild: Cleanup diff --git a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild index 50991711c4a4..1187f8f11a9a 100644 --- a/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.1 2011/04/19 17:16:00 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-1.410.0.ebuild,v 1.2 2012/02/03 16:50:03 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Easily create test classes in an xUnit style." SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="dev-perl/Algorithm-Diff" |