diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 16:03:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-03 16:12:21 +0200 |
commit | 75abff42df41ed49fa29d53dac092bf77a5b5f3a (patch) | |
tree | ad7bc9f54f6956107f995cf9eef19131e54d408d /dev-ros/mavros | |
parent | dev-ros/mavros: Remove old (diff) | |
download | gentoo-75abff42df41ed49fa29d53dac092bf77a5b5f3a.tar.gz gentoo-75abff42df41ed49fa29d53dac092bf77a5b5f3a.tar.bz2 gentoo-75abff42df41ed49fa29d53dac092bf77a5b5f3a.zip |
dev-ros/mavros: add missing build dep
Closes: https://bugs.gentoo.org/799854
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/mavros')
-rw-r--r-- | dev-ros/mavros/mavros-1.5.2.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/mavros/mavros-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/mavros/mavros-1.5.2.ebuild b/dev-ros/mavros/mavros-1.5.2.ebuild index 6d42a584d799..b2927fcf9bd2 100644 --- a/dev-ros/mavros/mavros-1.5.2.ebuild +++ b/dev-ros/mavros/mavros-1.5.2.ebuild @@ -36,4 +36,5 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild index 12562bf79410..b2927fcf9bd2 100644 --- a/dev-ros/mavros/mavros-9999.ebuild +++ b/dev-ros/mavros/mavros-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 @@ -36,4 +36,5 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " |