diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-22 19:11:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-22 19:11:45 +0000 |
commit | 3dad79d8f7e3bb96047e29e65dbba9a59c441f68 (patch) | |
tree | c0051658235c2ca5fdf795cbf61ac5b2c44e01de /dev-php/PEAR-Text_Diff | |
parent | Added ~ppc64 keyword; bug #105385 (diff) | |
download | gentoo-2-3dad79d8f7e3bb96047e29e65dbba9a59c441f68.tar.gz gentoo-2-3dad79d8f7e3bb96047e29e65dbba9a59c441f68.tar.bz2 gentoo-2-3dad79d8f7e3bb96047e29e65dbba9a59c441f68.zip |
Added ~ppc64 keyword; bug #105385
(Portage version: 2.0.51.22-r3)
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.1.1-r1.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 b86d2abb429b..916d29254f1c 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.5 2005/11/21 16:57:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.6 2005/11/22 19:10:02 corsair Exp $ + + 22 Nov 2005; Markus Rothe <corsair@gentoo.org> + PEAR-Text_Diff-0.1.1-r1.ebuild: + Added ~ppc64 keyword; bug #105385 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> PEAR-Text_Diff-0.1.1-r1.ebuild: diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1-r1.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1-r1.ebuild index 8fa58f6edf90..5af1b612285b 100644 --- a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1-r1.ebuild +++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.1-r1.ebuild,v 1.5 2005/11/21 16:57:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-0.1.1-r1.ebuild,v 1.6 2005/11/22 19:10:02 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 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |