Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
Date: Thu, 29 Jun 2017 20:28:27
Message-Id: 1498768082.f17b16083ce9f3a9833e34c712d6c2cb74483554.aballier@gentoo
1 commit: f17b16083ce9f3a9833e34c712d6c2cb74483554
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 10:03:24 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 20:28:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17b1608
7
8 sci-libs/ignition-math: add multilib support
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
16 index eef3870ff94..edbe8795a02 100644
17 --- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
18 +++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -inherit cmake-utils vcs-snapshot flag-o-matic
24 +inherit cmake-multilib vcs-snapshot flag-o-matic
25
26 DESCRIPTION="A small, fast, and high performance math library for robot applications"
27 HOMEPAGE="http://ignitionrobotics.org/libraries/math"
28 @@ -24,5 +24,5 @@ src_configure() {
29 append-flags "-fPIC"
30 echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
31 sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
32 - cmake-utils_src_configure
33 + cmake-multilib_src_configure
34 }