summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-11-25 19:05:44 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-11-25 19:05:44 +0000
commiteec457dd3ee61e9854d680134c7e66d8d1a6c25d (patch)
tree6ce0eade698bfac5597e097204e93f5b188d0499 /dev-php/PEAR-Auth_HTTP
parentKernel's got this one... (diff)
downloadgentoo-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')
-rw-r--r--dev-php/PEAR-Auth_HTTP/ChangeLog6
-rw-r--r--dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/ChangeLog b/dev-php/PEAR-Auth_HTTP/ChangeLog
index 0a9288bdc876..726425bb051a 100644
--- a/dev-php/PEAR-Auth_HTTP/ChangeLog
+++ b/dev-php/PEAR-Auth_HTTP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Auth_HTTP
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.4 2006/05/26 22:39:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.5 2006/11/25 19:05:44 kloeri Exp $
+
+ 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org>
+ PEAR-Auth_HTTP-2.1.6.ebuild:
+ Add ~alpha + ~ia64 keywords, bug 134270.
26 May 2006; Luca Longinotti <chtekk@gentoo.org>
PEAR-Auth_HTTP-2.1.6.ebuild:
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"