summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/msmtp/msmtp-1.2.1.ebuild')
-rw-r--r--mail-mta/msmtp/msmtp-1.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/msmtp/msmtp-1.2.1.ebuild b/mail-mta/msmtp/msmtp-1.2.1.ebuild
index a7ec62f362cc..640a1ef0a5b5 100644
--- a/mail-mta/msmtp/msmtp-1.2.1.ebuild
+++ b/mail-mta/msmtp/msmtp-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.1.ebuild,v 1.5 2004/08/10 16:17:33 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.1.ebuild,v 1.6 2004/09/01 11:44:53 ticho Exp $
DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
HOMEPAGE="http://msmtp.sourceforge.net/"
@@ -9,7 +9,7 @@ IUSE="ssl gnutls sasl"
DEPEND="virtual/libc
ssl? (
gnutls? ( >=net-libs/gnutls-1.0.0 )
- !gnutls? ( dev-libs/openssl )
+ !gnutls? ( >=dev-libs/openssl-0.9.6 )
)
sasl? ( virtual/gsasl )"
SLOT="0"