diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-19 22:52:57 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-03-19 22:52:57 +0000 |
commit | 88c1e057e6196df8eed80d36fcfb9176c4f55d98 (patch) | |
tree | 3361bbf5bcdd0f707f00154236a0d5e24873e072 /net-libs/courier-authlib/courier-authlib-0.53.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.tar.gz historical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.tar.bz2 historical-88c1e057e6196df8eed80d36fcfb9176c4f55d98.zip |
bash cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-libs/courier-authlib/courier-authlib-0.53.ebuild')
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.53.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/courier-authlib/courier-authlib-0.53.ebuild b/net-libs/courier-authlib/courier-authlib-0.53.ebuild index 32afe961b945..a6ae1302d5a6 100644 --- a/net-libs/courier-authlib/courier-authlib-0.53.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.5 2005/03/17 21:04:33 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.53.ebuild,v 1.6 2005/03/19 22:52:57 swtaylor Exp $ inherit eutils gnuconfig @@ -70,7 +70,7 @@ src_compile() { fi use gdbm && myconf="${myconf} --with-db=gdbm" - if [ has_version 'net-mail/vpopmail' ]; then + if has_version 'net-mail/vpopmail' ; then myconf="${myconf} --with-authvchkpw --without-authmysql --without-authpgsql" use mysql && ewarn "vpopmail found. authmysql will not be built." use postgres && ewarn "vpopmail found. authpgsql will not be built." |