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: Mon, 07 Sep 2020 09:43:07
Message-Id: 1599471778.bf4d4867b09e9c39c5702ecf4423ebc125616801.aballier@gentoo
1 commit: bf4d4867b09e9c39c5702ecf4423ebc125616801
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 09:29:39 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 09:42:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4d4867
7
8 sci-libs/ignition-math: migrate to cmake eclass
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 sci-libs/ignition-math/ignition-math-6.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
17 index e4620e3360b..ab724f9e7b7 100644
18 --- a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
19 +++ b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 CMAKE_BUILD_TYPE=RelWithDebInfo
24 -inherit cmake-utils vcs-snapshot
25 +inherit cmake vcs-snapshot
26
27 DESCRIPTION="A small, fast, and high performance math library for robot applications"
28 HOMEPAGE="https://ignitionrobotics.org/libraries/math"