diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:35:49 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-13 20:35:49 +0000 |
commit | eda2b38b86104562318473f1e3627e96bb280172 (patch) | |
tree | 4468193b887421c4fedf7860e68d49d7b8fab240 /www-apache | |
parent | whitespace (diff) | |
download | gentoo-2-eda2b38b86104562318473f1e3627e96bb280172.tar.gz gentoo-2-eda2b38b86104562318473f1e3627e96bb280172.tar.bz2 gentoo-2-eda2b38b86104562318473f1e3627e96bb280172.zip |
Added ~ppc64; bug #166675
(Portage version: 2.1.2-r9)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_fcgid/ChangeLog | 5 | ||||
-rw-r--r-- | www-apache/mod_fcgid/mod_fcgid-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apache/mod_fcgid/ChangeLog b/www-apache/mod_fcgid/ChangeLog index 195721f60a08..cbc71052a2b7 100644 --- a/www-apache/mod_fcgid/ChangeLog +++ b/www-apache/mod_fcgid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_fcgid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.23 2007/02/03 23:35:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.24 2007/02/13 20:35:49 corsair Exp $ + + 13 Feb 2007; Markus Rothe <corsair@gentoo.org> mod_fcgid-2.0.ebuild: + Added ~ppc64; bug #166675 03 Feb 2007; Steve Dibb <beandog@gentoo.org> mod_fcgid-1.10.ebuild: amd64 stable, bug 161193 diff --git a/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild index e362e4362cad..8f948e867335 100644 --- a/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild +++ b/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild,v 1.2 2007/01/15 16:22:38 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.0.ebuild,v 1.3 2007/02/13 20:35:49 corsair Exp $ inherit apache-module -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management." HOMEPAGE="http://fastcgi.coremail.cn/" |