diff options
author | 2004-06-03 17:20:19 +0000 | |
---|---|---|
committer | 2004-06-03 17:20:19 +0000 | |
commit | ae7467c4a393cf795d11c96cd4a62d2f019a82c9 (patch) | |
tree | 300f001c28dcb170b26ad63176190f8e2862665c /dev-php/mod_php/mod_php-4.3.6.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-ae7467c4a393cf795d11c96cd4a62d2f019a82c9.tar.gz historical-ae7467c4a393cf795d11c96cd4a62d2f019a82c9.tar.bz2 historical-ae7467c4a393cf795d11c96cd4a62d2f019a82c9.zip |
Fix use invocation
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.6.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.6.ebuild b/dev-php/mod_php/mod_php-4.3.6.ebuild index 2d354ed85c56..958db3cefa46 100644 --- a/dev-php/mod_php/mod_php-4.3.6.ebuild +++ b/dev-php/mod_php/mod_php-4.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.6.ebuild,v 1.1 2004/04/17 01:42:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.6.ebuild,v 1.2 2004/06/03 17:20:19 agriffis Exp $ IUSE="${IUSE} apache2" @@ -22,7 +22,7 @@ detectapache() { 1) [ -n "${domsg}" ] && einfo 'Apache1 only detected' ;; 2) [ -n "${domsg}" ] && einfo 'Apache2 only detected';; both) - if [ "`use apache2`" ]; then + if use apache2; then [ -n "${domsg}" ] && einfo "Multiple Apache versions detected, using Apache2 (USE=apache2)" APACHEVER=2 else |