summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-09-21 15:46:59 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-09-21 15:47:08 +0200
commit7978f6e293985e35ef6b792dce865b17171ea4bb (patch)
tree5e7e4ba9342c8ad32fafddea7778ff21686d6f00 /sci-electronics/gazebo
parentsci-libs/ignition-fuel-tools: add := dep on protobuf (diff)
downloadgentoo-7978f6e293985e35ef6b792dce865b17171ea4bb.tar.gz
gentoo-7978f6e293985e35ef6b792dce865b17171ea4bb.tar.bz2
gentoo-7978f6e293985e35ef6b792dce865b17171ea4bb.zip
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@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo')
-rw-r--r--sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild (renamed from sci-electronics/gazebo/gazebo-11.1.0.ebuild)6
1 files 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
index ee7b5f268a7d..2bb213d040a5 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
}