diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-12 20:05:41 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-12 20:05:41 +0000 |
commit | 376e320f361434953c2f56b0d554cc55ca2b74a0 (patch) | |
tree | 8a8de1e34ff27d79313680e0bad103c3b9ea4191 /net-nds/openldap/openldap-2.3.41.ebuild | |
parent | Stable on amd64 wrt bug #299214 (diff) | |
download | gentoo-2-376e320f361434953c2f56b0d554cc55ca2b74a0.tar.gz gentoo-2-376e320f361434953c2f56b0d554cc55ca2b74a0.tar.bz2 gentoo-2-376e320f361434953c2f56b0d554cc55ca2b74a0.zip |
modify the order of preserve_libs call so that a user that follows the instructions to the T doesn't do needless rebuilds of openldap
(Portage version: 2.1.7.16/cvs/Linux x86_64)
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 |