commit:     f17b16083ce9f3a9833e34c712d6c2cb74483554
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 10:03:24 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:28:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17b1608

sci-libs/ignition-math: add multilib support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild 
b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
index eef3870ff94..edbe8795a02 100644
--- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit cmake-utils vcs-snapshot flag-o-matic
+inherit cmake-multilib vcs-snapshot flag-o-matic
 
 DESCRIPTION="A small, fast, and high performance math library for robot 
applications"
 HOMEPAGE="http://ignitionrobotics.org/libraries/math";
@@ -24,5 +24,5 @@ src_configure() {
        append-flags "-fPIC"
        echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > 
"${S}/cmake/HostCFlags.cmake"
        sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO 
\" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
-       cmake-utils_src_configure
+       cmake-multilib_src_configure
 }

Reply via email to