diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-03 12:16:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-03 12:16:26 +0000 |
commit | 06a0277abd65215f67817d9c69212267515b506c (patch) | |
tree | 13acae25a20874654b193fe55a3d01bb7aca20a5 /net-mail/uw-imap/uw-imap-2004c-r3.ebuild | |
parent | Removed amd64 keyword, as it doesn't compile there anymore. (diff) | |
download | historical-06a0277abd65215f67817d9c69212267515b506c.tar.gz historical-06a0277abd65215f67817d9c69212267515b506c.tar.bz2 historical-06a0277abd65215f67817d9c69212267515b506c.zip |
Fix ewarn message.
Package-Manager: portage-2.0.51.17
Diffstat (limited to 'net-mail/uw-imap/uw-imap-2004c-r3.ebuild')
-rw-r--r-- | net-mail/uw-imap/uw-imap-2004c-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild b/net-mail/uw-imap/uw-imap-2004c-r3.ebuild index d8edf2162453..b525f8f4e889 100644 --- a/net-mail/uw-imap/uw-imap-2004c-r3.ebuild +++ b/net-mail/uw-imap/uw-imap-2004c-r3.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-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.2 2005/03/03 09:57:42 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004c-r3.ebuild,v 1.3 2005/03/03 12:16:26 ticho Exp $ inherit eutils flag-o-matic @@ -37,8 +37,8 @@ pkg_setup() { ewarn "Enable \"clearpasswd\" flag to allow unrestricted cleartext LOGIN." else ewarn "You have disabled SSL for uw-imap, but want cleartext passwords restricted to" - ewarn "SSL/TLS sessions only. Either enable \"ssl\" USE flag, or disable" - ewarn "\"clearpasswd\" USE flag." + ewarn "SSL/TLS sessions only. Either enable \"ssl\" USE flag, or \"clearpasswd\"" + ewarn "USE flag." die "Impossible USE flag combination, see above message" fi fi |