summaryrefslogtreecommitdiff
path: root/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild')
-rw-r--r--dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild
index 475a03749044..caa683099283 100644
--- a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild
+++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,6 +6,9 @@ EAPI=7
KEYWORDS="~amd64"
ROS_REPO_URI="https://github.com/ros-visualization/rqt_reconfigure"
+# Tests fail with ninja
+CMAKE_MAKEFILE_GENERATOR=emake
+
inherit ros-catkin
DESCRIPTION="Provides the way to view and edit the parameters from dynamic_reconfigure"
@@ -22,7 +25,5 @@ RDEPEND="
dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}
- test? (
- dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]
- )
+ dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]
"