From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAB00139694 for ; Thu, 29 Jun 2017 20:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2391B25411C; Thu, 29 Jun 2017 20:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1D1525411E for ; Thu, 29 Jun 2017 20:28:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A7D1341890 for ; Thu, 29 Jun 2017 20:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C43674AF for ; Thu, 29 Jun 2017 20:28:16 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498768082.f17b16083ce9f3a9833e34c712d6c2cb74483554.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ignition-math/ignition-math-3.2.0.ebuild X-VCS-Directories: sci-libs/ignition-math/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f17b16083ce9f3a9833e34c712d6c2cb74483554 X-VCS-Branch: master Date: Thu, 29 Jun 2017 20:28:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17da6b77-2545-4958-b676-352015dc04d2 X-Archives-Hash: 233d667c9dd24991930f5123fe579585 commit: f17b16083ce9f3a9833e34c712d6c2cb74483554 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 29 10:03:24 2017 +0000 Commit: Alexis Ballier gentoo 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 }