summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-22 16:12:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-22 16:12:51 +0000
commitf5b563780b4e93265d70da84854770cc9aa7a57c (patch)
tree03d4bee950237070f72c0377f5d63fb69fb17cd3 /mail-mta/sendmail
parentPrepare for new ssmtp with optional mta support (bug #289973). (diff)
downloadgentoo-2-f5b563780b4e93265d70da84854770cc9aa7a57c.tar.gz
gentoo-2-f5b563780b4e93265d70da84854770cc9aa7a57c.tar.bz2
gentoo-2-f5b563780b4e93265d70da84854770cc9aa7a57c.zip
Prepare for new ssmtp with optional mta support (bug #289973).
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog5
-rw-r--r--mail-mta/sendmail/sendmail-8.14.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog
index ff356a9696cd..70a296811ad2 100644
--- a/mail-mta/sendmail/ChangeLog
+++ b/mail-mta/sendmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/sendmail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.94 2011/03/28 09:53:41 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.95 2011/04/22 16:12:51 flameeyes Exp $
+
+ 22 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> sendmail-8.14.4.ebuild:
+ Prepare for new ssmtp with optional mta support (bug #289973).
28 Mar 2011; Eray Aslan <eras@gentoo.org> sendmail-8.14.4.ebuild:
change to new style virtual/mta - bug 360305. remove mailwrapper support -
diff --git a/mail-mta/sendmail/sendmail-8.14.4.ebuild b/mail-mta/sendmail/sendmail-8.14.4.ebuild
index 46ce05b99cc9..8542e0ad2752 100644
--- a/mail-mta/sendmail/sendmail-8.14.4.ebuild
+++ b/mail-mta/sendmail/sendmail-8.14.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.4.ebuild,v 1.8 2011/03/28 09:53:41 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.4.ebuild,v 1.9 2011/04/22 16:12:51 flameeyes Exp $
EAPI="2"
@@ -36,7 +36,8 @@ RDEPEND="${DEPEND}
!mail-mta/nullmailer
!mail-mta/postfix
!mail-mta/qmail-ldap
- !mail-mta/ssmtp"
+ !<mail-mta/ssmtp-2.64-r2
+ !>=mail-mta/ssmtp-2.64-r2[mta]"
PDEPEND="!mbox? ( mail-filter/procmail )"