diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:33:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:33:57 +0000 |
commit | 25b4a6509c55ae98e428910f5716f653d3686d37 (patch) | |
tree | 410501d4cdf44648299c51f6ac674da515889844 /mail-mta | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-25b4a6509c55ae98e428910f5716f653d3686d37.tar.gz gentoo-2-25b4a6509c55ae98e428910f5716f653d3686d37.tar.bz2 gentoo-2-25b4a6509c55ae98e428910f5716f653d3686d37.zip |
Fix whitespace error before Mr. Bones sees it
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.60-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.60-r1.ebuild b/mail-mta/exim/exim-4.60-r1.ebuild index f52368e9eaf4..208cbee2d021 100644 --- a/mail-mta/exim/exim-4.60-r1.ebuild +++ b/mail-mta/exim/exim-4.60-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60-r1.ebuild,v 1.11 2007/03/18 05:28:12 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60-r1.ebuild,v 1.12 2007/03/18 05:33:57 genone Exp $ inherit eutils @@ -133,7 +133,7 @@ src_unpack() { if use ipv6; then echo "HAVE_IPV6=YES" >> Makefile #To fix bug 41196 - echo "IPV6_USE_INET_PTON=yes" >> Makefile + echo "IPV6_USE_INET_PTON=yes" >> Makefile fi if [ -n "$myconf" ] ; then |