diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-03-30 18:41:06 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-03-30 18:41:06 +0000 |
commit | 6abac3463877c390a28fe71fd14b4b5527ad2036 (patch) | |
tree | af52fcdda8e686f540a45b9d3cd33d73d4d6486d /dev-php/PEAR-Auth | |
parent | Correct dependency for monolithic KDE. (diff) | |
download | historical-6abac3463877c390a28fe71fd14b4b5527ad2036.tar.gz historical-6abac3463877c390a28fe71fd14b4b5527ad2036.tar.bz2 historical-6abac3463877c390a28fe71fd14b4b5527ad2036.zip |
Marked ppc stable for bug #119722.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index ed31ff0c124c..6baa2371bf8d 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Auth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.25 2006/03/24 16:00:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.26 2006/03/30 18:39:00 josejx Exp $ + + 30 Mar 2006; Joseph Jezak <josejx@gentoo.org> PEAR-Auth-1.2.4.ebuild: + Marked ppc stable for bug #119722. 24 Mar 2006; Aron Griffis <agriffis@gentoo.org> PEAR-Auth-1.2.4.ebuild: Mark 1.2.4 stable on ia64 diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild index 069975af9771..64e1dfd1f9c8 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.8 2006/03/24 16:00:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.9 2006/03/30 18:39:00 josejx Exp $ inherit php-pear-r1 DESCRIPTION="Provides methods for creating an authentication system using PHP." LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.3.6 >=dev-php/PEAR-DB-1.7.6-r1" |