diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-05-30 05:36:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-05-30 05:36:07 +0000 |
commit | 7074f4d5bca44eb47c4ffd8583469a1224b3152a (patch) | |
tree | 91ff880b34aeb34c1782846555b08660f9d3bd00 /mail-mta | |
parent | Version bump (diff) | |
download | gentoo-2-7074f4d5bca44eb47c4ffd8583469a1224b3152a.tar.gz gentoo-2-7074f4d5bca44eb47c4ffd8583469a1224b3152a.tar.bz2 gentoo-2-7074f4d5bca44eb47c4ffd8583469a1224b3152a.zip |
Workaround whitespace eaters
(Portage version: HEAD/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.83_rc1.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 362bd8f3b610..94a2dcbae80a 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.279 2014/05/30 02:18:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.280 2014/05/30 05:36:07 grobian Exp $ + + 30 May 2014; Fabian Groffen <grobian@gentoo.org> exim-4.83_rc1.ebuild: + Workaround whitespace eaters 30 May 2014; Patrick Lauer <patrick@gentoo.org> exim-4.83_rc1.ebuild: Whitespace diff --git a/mail-mta/exim/exim-4.83_rc1.ebuild b/mail-mta/exim/exim-4.83_rc1.ebuild index 45b953f0bfe5..9e923ebb52ea 100644 --- a/mail-mta/exim/exim-4.83_rc1.ebuild +++ b/mail-mta/exim/exim-4.83_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.3 2014/05/30 02:18:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.4 2014/05/30 05:36:07 grobian Exp $ EAPI="5" @@ -135,6 +135,7 @@ src_configure() { EOC fi + # # mail storage formats # mailstore is Exim's traditional storage format @@ -156,6 +157,7 @@ src_configure() { EOC fi + # # lookup methods # use the "native" interface to the DBM library, support passwd @@ -218,6 +220,7 @@ src_configure() { EOC fi + # # Exim monitor, enabled by default, controlled via X USE-flag, # disable if not requested, bug #46778 if use X; then @@ -226,6 +229,7 @@ src_configure() { sed -i -e '/^EXIM_MONITOR=/s/^/# /' Makefile fi + # # features # content scanning support @@ -305,6 +309,7 @@ src_configure() { EOC fi + # # experimental features # Distributed Checksum Clearinghouse @@ -357,6 +362,7 @@ src_configure() { EOC fi + # # authentication (SMTP AUTH) # standard bits |