diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 20:35:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 20:35:36 +0000 |
commit | 52b1abc889644d635a706af64522d27da948ad38 (patch) | |
tree | 96ff690be031f261169227bb1475c2f9831e5021 /www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild | |
parent | Package up the other fork of mod_auth_mysql (as maintained by Debian). (diff) | |
download | historical-52b1abc889644d635a706af64522d27da948ad38.tar.gz historical-52b1abc889644d635a706af64522d27da948ad38.tar.bz2 historical-52b1abc889644d635a706af64522d27da948ad38.zip |
Block the other fork of mod_auth_mysql.
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild')
-rw-r--r-- | www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild index 170c7ef87a77..697992e58b70 100644 --- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild +++ b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.6 2010/01/11 08:22:00 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.7 2010/03/24 20:35:36 robbat2 Exp $ EAPI="2" @@ -17,7 +17,8 @@ IUSE="" DEPEND="virtual/mysql sys-libs/zlib" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !www-apache/mod-auth-mysql" APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient_r -lm -lz ${PN}.c" APACHE2_MOD_CONF="12_${PN}" |