diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-21 20:23:53 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-21 20:23:53 +0000 |
commit | ad9ccb5daf179e52407b0450d01efc7615ae12f9 (patch) | |
tree | d52d43a46345ffe6f6f7a01fe2ae38002e94ab83 /dev-php/PEAR-Text_Diff | |
parent | Stable on ppc64; bug #119722 (diff) | |
download | gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.tar.gz gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.tar.bz2 gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.zip |
Stable on ppc64; bug #119722
(Portage version: 2.0.53)
Diffstat (limited to 'dev-php/PEAR-Text_Diff')
-rw-r--r-- | dev-php/PEAR-Text_Diff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog index e25bff5e89a4..74caf67b413e 100644 --- a/dev-php/PEAR-Text_Diff/ChangeLog +++ b/dev-php/PEAR-Text_Diff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_Diff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.7 2006/01/09 06:18:33 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.8 2006/01/21 20:20:04 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-Text_Diff-0.2.0.ebuild: + Stable on ppc64; bug #119722 *PEAR-Text_Diff-0.2.0 (09 Jan 2006) diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild index f62d22f0a969..41425be94e32 100644 --- a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2.0.ebuild,v 1.1 2006/01/09 06:18:33 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.2.0.ebuild,v 1.2 2006/01/21 20:20:04 corsair Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Engine for performing and rendering text diffs." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" |