diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-03-18 11:32:27 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-03-18 11:32:27 +0000 |
commit | 8b3ce7d1777012cfed04889623bf121ffc1a802f (patch) | |
tree | e9a02cac2bea4b1784c0cb286d27864b228611b3 /net-www | |
parent | Fix SSL support + stable on x86, bug 106450. (diff) | |
download | gentoo-2-8b3ce7d1777012cfed04889623bf121ffc1a802f.tar.gz gentoo-2-8b3ce7d1777012cfed04889623bf121ffc1a802f.tar.bz2 gentoo-2-8b3ce7d1777012cfed04889623bf121ffc1a802f.zip |
Revert to ~x86, bug 106455.
(Portage version: 2.1_pre6)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_scgi/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-www/mod_scgi/ChangeLog b/net-www/mod_scgi/ChangeLog index 99d1bd7438ee..79fc54538ead 100644 --- a/net-www/mod_scgi/ChangeLog +++ b/net-www/mod_scgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_scgi -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/ChangeLog,v 1.13 2005/02/17 15:45:56 hollow Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/ChangeLog,v 1.14 2006/03/18 11:32:27 kloeri Exp $ + + 18 Mar 2006; Bryan Østergaard <kloeri@gentoo.org + mod_scgi-1.2_alpha1-r2.ebuild: + Revert to ~x86, bug 106455. 17 Feb 2005; Benedikt Boehm <hollow@gentoo.org> mod_scgi-1.2.ebuild: cleanup diff --git a/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild index 1e3b02acfe06..a43bbdf86f6b 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild,v 1.7 2005/09/29 02:35:36 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild,v 1.8 2006/03/18 11:32:27 kloeri Exp $ detectapache() { # DO NOT REPLICATE THIS IN ANY OTHER PACKAGE WITHOUT PORTAGE DEVS PERMISSION @@ -52,7 +52,7 @@ URI_BASE="http://www.mems-exchange.org/software" HOMEPAGE="${URI_BASE}/scgi/" SRC_URI="${URI_BASE}/files/${MY_PN}/${MY_P}.tar.gz" LICENSE="CNRI" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="apache2" DEPEND="${DEPEND} www-apps/scgi |