diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 19:42:50 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 19:42:50 +0000 |
commit | 6780a96593fbe46334287db54d8c12c7e526b2bc (patch) | |
tree | 21c57f1b52cd605c5fc17f2a5f5186e4ef7ba6ca /dev-php | |
parent | Fix building on amd64 with gcc4 (patch from Debian) (diff) | |
download | gentoo-2-6780a96593fbe46334287db54d8c12c7e526b2bc.tar.gz gentoo-2-6780a96593fbe46334287db54d8c12c7e526b2bc.tar.bz2 gentoo-2-6780a96593fbe46334287db54d8c12c7e526b2bc.zip |
Stable on x86, closes bug 92817.
(Portage version: 2.0.51.22)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index 4510e301627e..aa2952c4c19b 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Auth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.1 2005/02/16 11:53:44 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.2 2005/05/16 19:42:50 sebastian Exp $ + + 16 May 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Auth-1.2.3.ebuild: + Stable on x86, closes bug 92817. 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> : Initial ebuild for the Auth PEAR package, closes bug 73508. diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild index 0c4ef5cdf227..1691a81ee760 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.3.ebuild,v 1.1 2005/02/16 11:53:44 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.3.ebuild,v 1.2 2005/05/16 19:42:50 sebastian Exp $ inherit php-pear DESCRIPTION="Provides methods for creating an authentication system using PHP." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RDEPEND="dev-php/PEAR-PEAR dev-php/PEAR-DB" |