diff options
author | 2005-03-19 22:52:57 +0000 | |
---|---|---|
committer | 2005-03-19 22:52:57 +0000 | |
commit | 3405dab2ba02e1759a5743497e86a3a9768ad268 (patch) | |
tree | 61c4dad620ef80041700b9bb61b8721daf98f1b5 /net-libs/courier-authlib/courier-authlib-0.53.ebuild | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.tar.gz gentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.tar.bz2 gentoo-2-3405dab2ba02e1759a5743497e86a3a9768ad268.zip |
bash cleanup
(Portage version: 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." |