diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-22 16:07:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-22 16:07:44 +0000 |
commit | 7b0f9c790d6ac686508489613fc92c9b498a48ce (patch) | |
tree | 7d753ece86c77b2ed2a26b7a432ccd6a2dbc1eaf /mail-mta/exim/exim-4.75.ebuild | |
parent | Version bump thanks to euscan. Respect CC, respect CFLAGS during linking. (diff) | |
download | gentoo-2-7b0f9c790d6ac686508489613fc92c9b498a48ce.tar.gz gentoo-2-7b0f9c790d6ac686508489613fc92c9b498a48ce.tar.bz2 gentoo-2-7b0f9c790d6ac686508489613fc92c9b498a48ce.zip |
Prepare for new ssmtp with optional mta support (bug #289973). exim-4.71 is unported because of EAPI restrictions.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/exim/exim-4.75.ebuild')
-rw-r--r-- | mail-mta/exim/exim-4.75.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.75.ebuild b/mail-mta/exim/exim-4.75.ebuild index dd2f6bc60da6..5f2ff7954b46 100644 --- a/mail-mta/exim/exim-4.75.ebuild +++ b/mail-mta/exim/exim-4.75.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/exim/exim-4.75.ebuild,v 1.1 2011/03/31 15:21:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.75.ebuild,v 1.2 2011/04/22 16:07:44 flameeyes Exp $ EAPI="3" @@ -58,7 +58,8 @@ RDEPEND="${DEPEND} !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail - !mail-mta/ssmtp + !<mail-mta/ssmtp-2.64-r2 + !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger |