diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 01:17:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 01:17:26 +0000 |
commit | 64215928cb9208b4b8b37c7d2a39de569fea827d (patch) | |
tree | a0e9abf3a81ab0a5ca6ab4983b8831ee51980807 /mail-mta | |
parent | properly fix bug 311523 by setting PYTHON_DEPEND variable (diff) | |
download | gentoo-2-64215928cb9208b4b8b37c7d2a39de569fea827d.tar.gz gentoo-2-64215928cb9208b4b8b37c7d2a39de569fea827d.tar.bz2 gentoo-2-64215928cb9208b4b8b37c7d2a39de569fea827d.zip |
whitespace
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/msmtp-1.4.19-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild b/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild index fd01d4d4dc26..730d3fc13718 100644 --- a/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild +++ b/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild,v 1.1 2010/04/07 06:27:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.19-r1.ebuild,v 1.2 2010/04/08 01:17:26 mr_bones_ Exp $ EAPI=2 @@ -21,7 +21,7 @@ DEPEND="idn? ( net-dns/libidn ) sasl? ( >=virtual/gsasl-0.2.4 )" RDEPEND="${DEPEND} - mta? ( + mta? ( !mailwrapper? ( !virtual/mta ) mailwrapper? ( >=net-mail/mailwrapper-0.2 ) )" @@ -86,7 +86,7 @@ src_install () { #local msmtpq=/usr/share/${PN}/$d #insinto ${msmtpqueue} #exeinto ${msmtpqueue} - #i=README + #i=README #newdoc scripts/$d/$i $d.$i \ # || die "dodoc scripts/$d/$i failed" |