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.4.19-r1.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.4.19-r1.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.19-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.4.19-r1.ebuild b/net-nds/openldap/openldap-2.4.19-r1.ebuild index 5fbc410c19e5..fb6c5598509c 100644 --- a/net-nds/openldap/openldap-2.4.19-r1.ebuild +++ b/net-nds/openldap/openldap-2.4.19-r1.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.19-r1.ebuild,v 1.10 2009/12/04 20:46:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.19-r1.ebuild,v 1.11 2010/01/12 20:05:41 cardoe Exp $ EAPI="2" inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs @@ -563,7 +563,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() { |