diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-25 22:50:54 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-25 22:50:54 +0000 |
commit | 814f15f0d0d2ffae5620aea4770fd0d880e2828d (patch) | |
tree | c81556c9fcbc64cf1da0662a3dfc783a5a735295 /dev-php | |
parent | Stable on x86 wrt bug #132213 (diff) | |
download | gentoo-2-814f15f0d0d2ffae5620aea4770fd0d880e2828d.tar.gz gentoo-2-814f15f0d0d2ffae5620aea4770fd0d880e2828d.tar.bz2 gentoo-2-814f15f0d0d2ffae5620aea4770fd0d880e2828d.zip |
Readd HPPA, PPC64 and SPARC keywords.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index 8a4d95e2035b..b5771acdddfc 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.29 2006/05/25 22:29:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.30 2006/05/25 22:50:54 chtekk Exp $ + + 25 May 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-Auth-1.3.0.ebuild: + Readd HPPA, PPC64 and SPARC keywords. 25 May 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-Auth-1.3.0.ebuild: Readd dropped PPC keyword. diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild index fc76bcf127a6..c83f400bad06 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.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.3.0.ebuild,v 1.4 2006/05/25 22:29:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild,v 1.5 2006/05/25 22:50:54 chtekk Exp $ inherit php-pear-r1 depend.php DESCRIPTION="Provides methods for creating an authentication system using PHP." LICENSE="PHP" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.3.6 >=dev-php/PEAR-DB-1.7.6-r1 |