diff options
author | 2006-11-25 19:37:11 +0000 | |
---|---|---|
committer | 2006-11-25 19:37:11 +0000 | |
commit | 6fe6498cb501bea4e8bbe85590b10fd892903e1a (patch) | |
tree | 30683d08a756db1e3f941d0b1e2ececb97101ba0 /dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | |
parent | Fix compile issues with qt-4.1 (diff) | |
download | historical-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/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" |