summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2005-03-23 13:39:09 +0000
committerFerris McCormick <fmccor@gentoo.org>2005-03-23 13:39:09 +0000
commitacd22af89739c39281d60f05a2d478b09caf94b9 (patch)
tree543a4565b87a771a8fa58173c766dd173cd21c63 /net-www
parentAdd ~sparc keyword, Bug 86374. Builds and is available for testing. (diff)
downloadgentoo-2-acd22af89739c39281d60f05a2d478b09caf94b9.tar.gz
gentoo-2-acd22af89739c39281d60f05a2d478b09caf94b9.tar.bz2
gentoo-2-acd22af89739c39281d60f05a2d478b09caf94b9.zip
Add ~sparc keyword, bug 86374, builds (but note downgrade to -mcpu=v8) and available for testing.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_fastcgi/ChangeLog9
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild4
2 files changed, 10 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog
index d77e1d92fb81..fdb56603fd76 100644
--- a/net-www/mod_fastcgi/ChangeLog
+++ b/net-www/mod_fastcgi/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-www/mod_fastcgi
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.11 2005/02/13 00:14:41 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.12 2005/03/23 13:39:09 fmccor Exp $
+
+ 23 Mar 2005; Ferris McCormick <fmccor@gentoo.org>
+ mod_fastcgi-2.4.2-r1.ebuild:
+ Add ~sparc keyword, Bug 86374; builds and available for testing. However, I
+ note that the build downgrades -mcpu=ultrasparc to -mcpu=v8, and in my mind
+ that means much testing is required before the package goes to sparc; someone
+ thinks the package is fragile.
13 Feb 2005; Benedikt Boehm <hollow@gentoo.org>
mod_fastcgi-2.4.2-r1.ebuild:
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
index 70ad46a3b245..079f175e34b7 100644
--- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
+++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.2 2005/02/13 00:14:41 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.3 2005/03/23 13:39:09 fmccor Exp $
inherit eutils apache-module
DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs."
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
SLOT="0"
HOMEPAGE="http://fastcgi.com/"
SRC_URI="http://fastcgi.com/dist/${P}.tar.gz"