summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-25 16:10:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-25 16:10:25 +0000
commitff93ef3cc565dd3956d10de40ca5c8c797b15af9 (patch)
tree73a9e912dfda423e9fd63a5d9dd4ffdc42bcc5a2 /net-www/mod_auth_mysql
parentlove thy libc (diff)
downloadhistorical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.tar.gz
historical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.tar.bz2
historical-ff93ef3cc565dd3956d10de40ca5c8c797b15af9.zip
QA - fix use invocation
Diffstat (limited to 'net-www/mod_auth_mysql')
-rw-r--r--net-www/mod_auth_mysql/ChangeLog6
-rw-r--r--net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/ChangeLog b/net-www/mod_auth_mysql/ChangeLog
index 710483b1a92f..2e216b169fd5 100644
--- a/net-www/mod_auth_mysql/ChangeLog
+++ b/net-www/mod_auth_mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_mysql
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.10 2004/06/25 00:59:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.11 2004/06/25 15:55:47 agriffis Exp $
+
+ 25 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ mod_auth_mysql-20030510.ebuild:
+ QA - fix use invocation
20 Jun 2004; Chuck Short <zul@gentoo.org> mod_auth_mysql-1.11.ebuild,
mod_auth_mysql-20030510-r1.ebuild, mod_auth_mysql-20030510-r2.ebuild,
diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild
index feec0604ecbb..72d2f5f8f8cf 100644
--- a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild
+++ b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.7 2004/06/25 00:59:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.8 2004/06/25 15:55:47 agriffis Exp $
inherit eutils
@@ -16,7 +16,7 @@ KEYWORDS="x86"
IUSE=""
SLOT="0"
-if [ -n "`use apache2`" ]; then
+if use apache2; then
APXS="apxs2 -D APACHE2"
else
APXS="apxs -D APACHE1"