commit: 7978f6e293985e35ef6b792dce865b17171ea4bb
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:46:59 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:47:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7978f6e2
sci-electronics/gazebo: add := dep on bullet, use cmake.eclass
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
.../gazebo/{gazebo-11.1.0.ebuild => gazebo-11.1.0-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-electronics/gazebo/gazebo-11.1.0.ebuild
b/sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild
similarity index 95%
rename from sci-electronics/gazebo/gazebo-11.1.0.ebuild
rename to sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild
index ee7b5f268a7..2bb213d040a 100644
--- a/sci-electronics/gazebo/gazebo-11.1.0.ebuild
+++ b/sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils flag-o-matic
+inherit cmake flag-o-matic
DESCRIPTION="A 3D multiple robot simulator with dynamics"
HOMEPAGE="http://gazebosim.org/"
@@ -31,7 +31,7 @@ RDEPEND="
sci-libs/libccd
>=media-video/ffmpeg-2.6:0=
sci-libs/gts
- >=sci-physics/bullet-2.82
+ >=sci-physics/bullet-2.82:=
>=dev-libs/sdformat-9.1:=
dev-qt/qtwidgets:5
dev-qt/qtcore:5
@@ -81,5 +81,5 @@ src_configure() {
"-DENABLE_SCREEN_TESTS=FALSE"
"-DUSE_EXTERNAL_TINYXML2=TRUE"
)
- cmake-utils_src_configure
+ cmake_src_configure
}