diff options
Diffstat (limited to 'net-nds/openldap/openldap-2.3.41.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.3.41.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.3.41.ebuild b/net-nds/openldap/openldap-2.3.41.ebuild index d1b7e0598fae..1f2e3d34aaa0 100644 --- a/net-nds/openldap/openldap-2.3.41.ebuild +++ b/net-nds/openldap/openldap-2.3.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.3.41.ebuild,v 1.12 2009/05/08 01:16:29 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.3.41.ebuild,v 1.13 2010/01/12 20:05:41 cardoe Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -469,7 +469,7 @@ pkg_preinst() { # keep old libs if any LIBSUFFIXES=".so.2.0.130 -2.2.so.7" for LIBSUFFIX in ${LIBSUFFIXES} ; do - for each in liblber libldap libldap_r ; do + for each in libldap libldap_r liblber ; do preserve_old_lib "usr/$(get_libdir)/${each}${LIBSUFFIX}" done done |