diff options
author | 2005-09-29 02:35:36 +0000 | |
---|---|---|
committer | 2005-09-29 02:35:36 +0000 | |
commit | ffada812b99bcfcfd764880396804f4aa8f0d087 (patch) | |
tree | a8aa4c4e5c92c0331224da266e25eeea123951ee /net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild | |
parent | Do not dodoc COPYING/INSTALL, misc fixes (diff) | |
download | historical-ffada812b99bcfcfd764880396804f4aa8f0d087.tar.gz historical-ffada812b99bcfcfd764880396804f4aa8f0d087.tar.bz2 historical-ffada812b99bcfcfd764880396804f4aa8f0d087.zip |
Add hack provided by ferringb so that the upcoming portage doesn't eat this ebuild, fixes bug #107647
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild')
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha1-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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 52894deef4dd..1e3b02acfe06 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,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_alpha1-r2.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_alpha1-r2.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= |