diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-22 16:20:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-22 16:20:26 +0000 |
commit | eb78db5a84eb4c9b033081fda8cecf3948f51c6d (patch) | |
tree | ae7a0b7b1bf6adb096dfa6ece97d814b588861e4 /virtual/mta | |
parent | Leave some comments in the ebuild for next person bumping or touching this (diff) | |
download | gentoo-2-eb78db5a84eb4c9b033081fda8cecf3948f51c6d.tar.gz gentoo-2-eb78db5a84eb4c9b033081fda8cecf3948f51c6d.tar.bz2 gentoo-2-eb78db5a84eb4c9b033081fda8cecf3948f51c6d.zip |
Update msmtp dependency to relate to the mta USE flags like I've done for the new ssmtp.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'virtual/mta')
-rw-r--r-- | virtual/mta/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/mta/mta-0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/virtual/mta/ChangeLog b/virtual/mta/ChangeLog index 8165c280b15b..581ed1b0a155 100644 --- a/virtual/mta/ChangeLog +++ b/virtual/mta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/mta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.2 2011/04/22 16:01:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.3 2011/04/22 16:20:26 flameeyes Exp $ + + 22 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> mta-0.ebuild: + Update msmtp dependency to relate to the mta USE flags like I've done for the + new ssmtp. 22 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> mta-0.ebuild: Prepare for new ssmtp with optional mta support (bug #289973). diff --git a/virtual/mta/mta-0.ebuild b/virtual/mta/mta-0.ebuild index 46e7b07019a4..17db7f24bfe3 100644 --- a/virtual/mta/mta-0.ebuild +++ b/virtual/mta/mta-0.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/virtual/mta/mta-0.ebuild,v 1.2 2011/04/22 16:01:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/mta-0.ebuild,v 1.3 2011/04/22 16:20:26 flameeyes Exp $ EAPI=3 @@ -20,7 +20,8 @@ RDEPEND="|| ( >=mail-mta/ssmtp-2.64-r2[mta] mail-mta/esmtp mail-mta/exim mail-mta/mini-qmail - mail-mta/msmtp + >=mail-mta/msmtp-1.4.19-r1[mta] + <mail-mta/msmtp-1.4.19-r1 mail-mta/nbsmtp mail-mta/netqmail mail-mta/nullmailer |