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
commit49f43f3c68fdd9f37671904fc4b70f21b7f7759b (patch)
treec610b6d2cc65a0838f890181036ab876a7faaf64 /eclass/cmake-multilib.eclass
parentStable for sparc, wrt bug #468150 (diff)
downloadgentoo-2-49f43f3c68fdd9f37671904fc4b70f21b7f7759b.tar.gz
gentoo-2-49f43f3c68fdd9f37671904fc4b70f21b7f7759b.tar.bz2
gentoo-2-49f43f3c68fdd9f37671904fc4b70f21b7f7759b.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
}