diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-09-07 11:29:39 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-09-07 11:42:58 +0200 |
commit | bf4d4867b09e9c39c5702ecf4423ebc125616801 (patch) | |
tree | ad285f485eda8332dc245c66ee170339177d3ddd /sci-libs | |
parent | sci-libs/ignition-math: add missing slot dep (diff) | |
download | gentoo-bf4d4867b09e9c39c5702ecf4423ebc125616801.tar.gz gentoo-bf4d4867b09e9c39c5702ecf4423ebc125616801.tar.bz2 gentoo-bf4d4867b09e9c39c5702ecf4423ebc125616801.zip |
sci-libs/ignition-math: migrate to cmake eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ignition-math/ignition-math-6.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild index e4620e3360bb..ab724f9e7b7c 100644 --- a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild +++ b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_BUILD_TYPE=RelWithDebInfo -inherit cmake-utils vcs-snapshot +inherit cmake vcs-snapshot DESCRIPTION="A small, fast, and high performance math library for robot applications" HOMEPAGE="https://ignitionrobotics.org/libraries/math" |