summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-09-06 17:11:52 +0000
committerIan Stakenvicius <axs@gentoo.org>2013-09-06 17:11:52 +0000
commit17be096ab569f2491e99830bc78d06a2f008216d (patch)
tree55ff00d8b2fbe022995cb25272a94335197de8fe /eclass/cmake-multilib.eclass
parentStable for sparc, wrt bug #468150 (diff)
downloadhistorical-17be096ab569f2491e99830bc78d06a2f008216d.tar.gz
historical-17be096ab569f2491e99830bc78d06a2f008216d.tar.bz2
historical-17be096ab569f2491e99830bc78d06a2f008216d.zip
added multilib_*_wrappers calls to cmake-multilib.eclass
Diffstat (limited to 'eclass/cmake-multilib.eclass')
-rw-r--r--eclass/cmake-multilib.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
index 9a35e838ba18..62f7c091372d 100644
--- a/eclass/cmake-multilib.eclass
+++ b/eclass/cmake-multilib.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-multilib.eclass,v 1.2 2013/04/13 19:15:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-multilib.eclass,v 1.3 2013/09/06 17:11:52 axs Exp $
# @ECLASS: cmake-multilib.eclass
# @MAINTAINER:
@@ -49,8 +49,10 @@ cmake-multilib_src_install() {
cmake-utils_src_install "${@}"
# Make sure all headers are the same for each ABI.
+ multilib_prepare_wrappers
multilib_check_headers
}
multilib_foreach_abi cmake-multilib_secure_install "${@}"
+ multilib_install_wrappers
}