diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-05-13 12:36:49 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-05-13 12:48:55 +0200 |
commit | fa0ada1d4a6460f7c7724f922b0d59ae7075c38b (patch) | |
tree | e29eba90ff45fcd0bb8df23c1315161e06cfaa4f /dev-ros | |
parent | dev-util/source-highlight-3.1.8: arm64 stable (diff) | |
download | gentoo-fa0ada1d4a6460f7c7724f922b0d59ae7075c38b.tar.gz gentoo-fa0ada1d4a6460f7c7724f922b0d59ae7075c38b.tar.bz2 gentoo-fa0ada1d4a6460f7c7724f922b0d59ae7075c38b.zip |
dev-ros/sensor_msgs: add rosunit test dep
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/sensor_msgs/sensor_msgs-1.12.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/sensor_msgs/sensor_msgs-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/sensor_msgs/sensor_msgs-1.12.5.ebuild b/dev-ros/sensor_msgs/sensor_msgs-1.12.5.ebuild index 9598d97fddaf..16d26c17f586 100644 --- a/dev-ros/sensor_msgs/sensor_msgs-1.12.5.ebuild +++ b/dev-ros/sensor_msgs/sensor_msgs-1.12.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,6 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) + test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] ) " RDEPEND="${RDEPEND}" diff --git a/dev-ros/sensor_msgs/sensor_msgs-9999.ebuild b/dev-ros/sensor_msgs/sensor_msgs-9999.ebuild index 9598d97fddaf..16d26c17f586 100644 --- a/dev-ros/sensor_msgs/sensor_msgs-9999.ebuild +++ b/dev-ros/sensor_msgs/sensor_msgs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,6 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) + test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] ) " RDEPEND="${RDEPEND}" |