summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2006-11-25 19:37:11 +0000
committerBryan Østergaard <kloeri@gentoo.org>2006-11-25 19:37:11 +0000
commit6fe6498cb501bea4e8bbe85590b10fd892903e1a (patch)
tree30683d08a756db1e3f941d0b1e2ececb97101ba0 /dev-php/PEAR-Auth_HTTP
parentFix compile issues with qt-4.1 (diff)
downloadhistorical-6fe6498cb501bea4e8bbe85590b10fd892903e1a.tar.gz
historical-6fe6498cb501bea4e8bbe85590b10fd892903e1a.tar.bz2
historical-6fe6498cb501bea4e8bbe85590b10fd892903e1a.zip
Add ~alpha + ~ia64 keywords, bug 134270.
Package-Manager: portage-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"