diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-09-29 02:35:36 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-09-29 02:35:36 +0000 |
commit | dd821db9433e4e712b25747aad46e55a1a00c9fa (patch) | |
tree | e4db0d0c2481bd67714b4b5ddb2014c703789bdb /net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild | |
parent | Do not dodoc COPYING/INSTALL, misc fixes (diff) | |
download | gentoo-2-dd821db9433e4e712b25747aad46e55a1a00c9fa.tar.gz gentoo-2-dd821db9433e4e712b25747aad46e55a1a00c9fa.tar.bz2 gentoo-2-dd821db9433e4e712b25747aad46e55a1a00c9fa.zip |
Add hack provided by ferringb so that the upcoming portage doesn't eat this ebuild, fixes bug #107647
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild')
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild index a23e06a860ad..1e7c60090abc 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild @@ -1,8 +1,15 @@ # Copyright 1999-2005 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_alpha2.ebuild,v 1.6 2005/01/09 00:20:51 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha2.ebuild,v 1.7 2005/09/29 02:35:36 vericgar Exp $ detectapache() { + # DO NOT REPLICATE THIS IN ANY OTHER PACKAGE WITHOUT PORTAGE DEVS PERMISSION + # IT IS BROKEN AND A TEMPORARY MEASURE! + # YOU'VE BEEN WARNED. + if [[ ${EBUILD_PHASE/depend} != ${EBUILD_PHASE} ]]; then + APACHEVER=1 + return + fi local domsg= [ -n "$1" ] && domsg=1 HAVE_APACHE1= |