diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-10 05:10:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-10 05:10:27 +0000 |
commit | f63b0a72e9bbd7c2132623df692f8c1c6cd66445 (patch) | |
tree | 16be500af313530b67c6257e10164ae9743c1026 | |
parent | mask wicd[ioctl] wrt bug 299674 (diff) | |
download | gentoo-2-f63b0a72e9bbd7c2132623df692f8c1c6cd66445.tar.gz gentoo-2-f63b0a72e9bbd7c2132623df692f8c1c6cd66445.tar.bz2 gentoo-2-f63b0a72e9bbd7c2132623df692f8c1c6cd66445.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild index ad75f0e6e9aa..2967b2b73c97 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.7.3-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/net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild,v 1.1 2010/01/10 01:12:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.7.3-r1.ebuild,v 1.2 2010/01/10 05:10:27 mr_bones_ Exp $ inherit eutils flag-o-matic autotools linux-info @@ -53,7 +53,7 @@ pkg_setup() { CONFIG_CHECK="${CONFIG_CHECK} ~${i}" eval "export WARNING_${i}='IPv4 tunnels will not be available'" done - + for i in INET6_IPCOMP INET6_AH INET6_ESP \ INET6_XFRM_MODE_TRANSPORT \ INET6_XFRM_MODE_TUNNEL \ @@ -65,7 +65,7 @@ pkg_setup() { CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_NULL" export WARNING_CRYPTO_NULL="Unencrypted tunnels will not be available" export CONFIG_CHECK - + check_extra_config else eerror "You must have a kernel >=2.6.19 to run ipsec-tools." |