commit: 75abff42df41ed49fa29d53dac092bf77a5b5f3a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 3 14:03:05 2021 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Aug 3 14:12:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75abff42
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 <AT> gentoo.org> dev-ros/mavros/mavros-1.5.2.ebuild | 1 + dev-ros/mavros/mavros-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ros/mavros/mavros-1.5.2.ebuild b/dev-ros/mavros/mavros-1.5.2.ebuild index 6d42a584d79..b2927fcf9bd 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 12562bf7941..b2927fcf9bd 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}] "
