diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:05:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:05:44 +0000 |
commit | eec457dd3ee61e9854d680134c7e66d8d1a6c25d (patch) | |
tree | 6ce0eade698bfac5597e097204e93f5b188d0499 /dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | |
parent | Kernel's got this one... (diff) | |
download | gentoo-2-eec457dd3ee61e9854d680134c7e66d8d1a6c25d.tar.gz gentoo-2-eec457dd3ee61e9854d680134c7e66d8d1a6c25d.tar.bz2 gentoo-2-eec457dd3ee61e9854d680134c7e66d8d1a6c25d.zip |
Add ~alpha + ~ia64 keywords, bug 134270.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild')
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild index 5c611450a626..7cc57a38f0ce 100644 --- a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild @@ -1,12 +1,12 @@ # 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_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild,v 1.4 2006/05/26 22:39:29 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild,v 1.5 2006/11/25 19:05:44 kloeri Exp $ inherit php-pear-r1 depend.php DESCRIPTION="Provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-Auth" |