diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 02:43:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 02:43:38 +0000 |
commit | cd0f1ae58e1299b49860e53b7800af26dea007ca (patch) | |
tree | 720916e920f6fcfc67cd3c06a3b49d340a788950 /mail-filter/dspam | |
parent | whitespace (diff) | |
download | gentoo-2-cd0f1ae58e1299b49860e53b7800af26dea007ca.tar.gz gentoo-2-cd0f1ae58e1299b49860e53b7800af26dea007ca.tar.bz2 gentoo-2-cd0f1ae58e1299b49860e53b7800af26dea007ca.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-filter/dspam/dspam-3.8.0-r2.ebuild b/mail-filter/dspam/dspam-3.8.0-r2.ebuild index 6999837df287..3950472db3bf 100644 --- a/mail-filter/dspam/dspam-3.8.0-r2.ebuild +++ b/mail-filter/dspam/dspam-3.8.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/mail-filter/dspam/dspam-3.8.0-r2.ebuild,v 1.1 2007/07/08 07:52:02 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r2.ebuild,v 1.2 2007/07/15 02:43:38 mr_bones_ Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -382,7 +382,6 @@ pkg_config () { einfo "Creating DSPAM MySQL database \"${DSPAM_MySQL_DB}\"" /usr/bin/mysqladmin -u ${MYSQL_ROOT_USER} -p create ${DSPAM_MySQL_DB} - if has_version ">=virtual/mysql-4.1"; then /usr/bin/mysql -u ${MYSQL_ROOT_USER} -p ${DSPAM_MySQL_DB} < ${CONFDIR}/mysql_objects-4.1.sql else |