diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-02-25 15:43:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-02-25 15:43:35 +0000 |
commit | 7ef75fda293054e6b9522aae4b1d19ef5f0e7644 (patch) | |
tree | 432827b363eba9d717e6ff87a7b9e0c7052ad7e7 /dev-php/PEAR-Auth | |
parent | quote variables (diff) | |
download | gentoo-2-7ef75fda293054e6b9522aae4b1d19ef5f0e7644.tar.gz gentoo-2-7ef75fda293054e6b9522aae4b1d19ef5f0e7644.tar.bz2 gentoo-2-7ef75fda293054e6b9522aae4b1d19ef5f0e7644.zip |
Stable on hppa (bug #123832).
(Portage version: 2.1_pre4-r1)
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 394cd50abfe5..44b958d5f460 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.18 2006/02/24 03:34:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.19 2006/02/25 15:43:35 jer Exp $ + + 25 Feb 2006; Jeroen Roovers <jer@gentoo.org> PEAR-Auth-1.2.4.ebuild: + Stable on hppa (bug #123832). 24 Feb 2006; Jason Wever <weeve@gentoo.org> PEAR-Auth-1.2.4.ebuild: Stable on SPARC wrt security bug #123832. 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 6c3be9536bb8..a01d3370b007 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.3 2006/02/24 03:34:11 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.4 2006/02/25 15:43:35 jer 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" |