summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-01-12 20:05:41 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-01-12 20:05:41 +0000
commit26ea9c21fe36dac081609f3743e82156b9f2d7c2 (patch)
tree378df69a6b9f0e511dd998e63e40d3e64154178d /net-nds/openldap/openldap-2.4.17.ebuild
parentStable on amd64 wrt bug #299214 (diff)
downloadhistorical-26ea9c21fe36dac081609f3743e82156b9f2d7c2.tar.gz
historical-26ea9c21fe36dac081609f3743e82156b9f2d7c2.tar.bz2
historical-26ea9c21fe36dac081609f3743e82156b9f2d7c2.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
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'net-nds/openldap/openldap-2.4.17.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.4.17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.4.17.ebuild b/net-nds/openldap/openldap-2.4.17.ebuild
index 19d3783f97ff..7a33f976a076 100644
--- a/net-nds/openldap/openldap-2.4.17.ebuild
+++ b/net-nds/openldap/openldap-2.4.17.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.4.17.ebuild,v 1.2 2009/11/24 23:31:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.17.ebuild,v 1.3 2010/01/12 20:05:41 cardoe Exp $
EAPI="2"
inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs
@@ -430,7 +430,7 @@ src_install() {
pkg_preinst() {
# keep old libs if any
- preserve_old_lib usr/$(get_libdir)/{liblber,libldap,libldap_r}-2.3.so.0
+ preserve_old_lib usr/$(get_libdir)/{libldap,libldap_r,liblber}-2.3.so.0
}
pkg_postinst() {