diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-11-25 14:59:06 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-11-25 14:59:06 +0000 |
commit | 6c6b75bd142dd77bd66b275233d11698b1cf2562 (patch) | |
tree | d7f2588e7e48935019301c1642e76d9754a3e079 /www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild | |
parent | quote variables and remove die statement for epatch, it will die on its own (diff) | |
download | gentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.tar.gz gentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.tar.bz2 gentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.zip |
fix #196938; cleanup
(Portage version: 2.1.3.19)
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 | 4 |
1 files changed, 2 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 74ac40a5e1b3..486cd23ce283 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-2007 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.4 2007/11/02 18:35:55 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.5 2007/11/25 14:59:05 hollow Exp $ inherit apache-module eutils @@ -21,7 +21,7 @@ APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient -lm -lz ${PN}.c" APACHE2_MOD_CONF="12_${PN}" APACHE2_MOD_DEFINE="AUTH_MYSQL" -DOCFILES="README" +DOCFILES="README CONFIGURE" need_apache2_2 |