summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2006-05-25 17:47:15 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2006-05-25 17:47:15 +0000
commite4b7382f0218dbd111e7586f561bf2b52417c3fa (patch)
treeb7ffacd932508462889e9ef8d3551d7e36f50e48 /dev-php/PEAR-Auth_HTTP
parentfixed env settings (#111340). (diff)
downloadgentoo-2-e4b7382f0218dbd111e7586f561bf2b52417c3fa.tar.gz
gentoo-2-e4b7382f0218dbd111e7586f561bf2b52417c3fa.tar.bz2
gentoo-2-e4b7382f0218dbd111e7586f561bf2b52417c3fa.zip
Added ~ppc keyword. Bug 134270
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'dev-php/PEAR-Auth_HTTP')
-rw-r--r--dev-php/PEAR-Auth_HTTP/ChangeLog5
-rw-r--r--dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/ChangeLog b/dev-php/PEAR-Auth_HTTP/ChangeLog
index 8dee6282c5c9..3f674d905751 100644
--- a/dev-php/PEAR-Auth_HTTP/ChangeLog
+++ b/dev-php/PEAR-Auth_HTTP/ChangeLog
@@ -1,6 +1,9 @@
# 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.1 2006/05/24 12:18:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.2 2006/05/25 17:47:15 nixnut Exp $
+
+ 25 May 2006; <nixnut@gentoo.org> PEAR-Auth_HTTP-2.1.6.ebuild:
+ Added ~ppc. bug #134270
*PEAR-Auth_HTTP-2.1.6 (24 May 2006)
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 1a8d2830f439..3baae6e3558a 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.1 2006/05/24 12:18:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild,v 1.2 2006/05/25 17:47:15 nixnut 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="~x86"
+KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="dev-php/PEAR-Auth"