summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Pfeifer <pfeifer@gentoo.org>2004-07-01 07:59:48 +0000
committerJay Pfeifer <pfeifer@gentoo.org>2004-07-01 07:59:48 +0000
commit36433b67fd30491dc77f8aaffc4320e57b81ae70 (patch)
treea523564432c79ecaec96c59ec27359bdf50b63b2 /net-misc/strongswan
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-36433b67fd30491dc77f8aaffc4320e57b81ae70.tar.gz
gentoo-2-36433b67fd30491dc77f8aaffc4320e57b81ae70.tar.bz2
gentoo-2-36433b67fd30491dc77f8aaffc4320e57b81ae70.zip
Minor change to support LDAPv3.
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r--net-misc/strongswan/Manifest2
-rw-r--r--net-misc/strongswan/strongswan-2.1.3-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest
index 2cfea077fff3..81138ea167fa 100644
--- a/net-misc/strongswan/Manifest
+++ b/net-misc/strongswan/Manifest
@@ -1,4 +1,4 @@
-MD5 dc0ff944823886ac75beed5b6adec6ba strongswan-2.1.3-r1.ebuild 3685
+MD5 c75adf440b54abb7a91328317e935063 strongswan-2.1.3-r1.ebuild 3685
MD5 2be76be5923f27c7e5d55a91824c2a6c strongswan-2.1.3.ebuild 3076
MD5 ca2d904f79b107167992a7d29c99f5d1 ChangeLog 1274
MD5 a64b79eda14e03e130f7dde467dfa860 metadata.xml 706
diff --git a/net-misc/strongswan/strongswan-2.1.3-r1.ebuild b/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
index ad7bbfa07f7c..1c99e4096f3b 100644
--- a/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
+++ b/net-misc/strongswan/strongswan-2.1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.1.3-r1.ebuild,v 1.1 2004/07/01 07:27:35 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.1.3-r1.ebuild,v 1.2 2004/07/01 07:59:48 pfeifer Exp $
inherit eutils
@@ -106,8 +106,8 @@ src_unpack() {
fi
if [ `use ldap` ]; then
- ebegin "LDAP support requested. Enabling LDAPv2 support"
- sed -i -e 's:#LDAP_VERSION=2:LDAP_VERSION=2:g' Makefile || die
+ ebegin "LDAP support requested. Enabling LDAPv3 support"
+ sed -i -e 's:#LDAP_VERSION=3:LDAP_VERSION=3:g' Makefile || die
eend $?
fi