diff options
Diffstat (limited to 'net-mail/dbmail/dbmail-2.3.4.ebuild')
-rw-r--r-- | net-mail/dbmail/dbmail-2.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/dbmail/dbmail-2.3.4.ebuild b/net-mail/dbmail/dbmail-2.3.4.ebuild index e3a075adf644..06b81635cee4 100644 --- a/net-mail/dbmail/dbmail-2.3.4.ebuild +++ b/net-mail/dbmail/dbmail-2.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.4.ebuild,v 1.2 2009/07/11 17:00:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.3.4.ebuild,v 1.3 2010/01/04 02:55:30 flameeyes Exp $ inherit eutils @@ -38,7 +38,7 @@ pkg_setup() { src_compile() { use sqlite3 && myconf="--with-sqlite" - if !use postgres && !use mysql && !use sqlite3; then myconf="${myconf} --with-sqlite" ; fi + if ! use postgres && ! use mysql && ! use sqlite3; then myconf="${myconf} --with-sqlite" ; fi use ldap && myconf=${myconf}" --with-auth-ldap" econf \ |