diff options
Diffstat (limited to 'dev-php/PEAR-Text_Diff')
-rw-r--r-- | dev-php/PEAR-Text_Diff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog index 47e85d5a501d..f0d3947d6f7f 100644 --- a/dev-php/PEAR-Text_Diff/ChangeLog +++ b/dev-php/PEAR-Text_Diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Text_Diff # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.31 2008/01/31 19:51:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.32 2008/02/01 00:38:39 ranger Exp $ + + 01 Feb 2008; Brent Baude <ranger@gentoo.org> PEAR-Text_Diff-0.3.2.ebuild: + Marking PEAR-Text_Diff-0.3.2 ppc64 for bug 208313 31 Jan 2008; Jeroen Roovers <jer@gentoo.org> PEAR-Text_Diff-0.3.2.ebuild: Stable for HPPA (bug #208313). diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild index 9ac326b71781..2f2af5ff3c4a 100644 --- a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.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-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild,v 1.2 2008/01/31 19:51:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.3.2.ebuild,v 1.3 2008/02/01 00:38:39 ranger Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Engine for performing and rendering text diffs." LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="" |