diff options
Diffstat (limited to 'dev-php/PEAR-Validate')
-rw-r--r-- | dev-php/PEAR-Validate/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Validate/ChangeLog b/dev-php/PEAR-Validate/ChangeLog index e8c722e26c76..a2f5f9188b4a 100644 --- a/dev-php/PEAR-Validate/ChangeLog +++ b/dev-php/PEAR-Validate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Validate -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.9 2005/11/22 13:42:45 corsair Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/ChangeLog,v 1.10 2006/01/21 07:58:43 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> PEAR-Validate-0.6.2.ebuild: + Stable on ppc64; bug #119722 22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Validate-0.6.2.ebuild: Added ~ppc64 keyword; bug #105385 diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild index bf3eae45a384..f93b1362ed20 100644 --- a/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild +++ b/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild,v 1.3 2005/11/22 13:42:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Validate/PEAR-Validate-0.6.2.ebuild,v 1.4 2006/01/21 07:58:43 corsair Exp $ inherit php-pear-r1 @@ -8,6 +8,6 @@ DESCRIPTION="Validation class." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1" |