Skip to content

Commit

Permalink
dev-ros/amcl: add missing dep on diagnostic_updater
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/711770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Apr 14, 2020
1 parent e58369f commit e132617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -15,6 +15,7 @@ SLOT="0"
IUSE=""

RDEPEND="
dev-ros/diagnostic_updater[${PYTHON_USEDEP}]
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/message_filters
Expand Down
3 changes: 2 additions & 1 deletion dev-ros/amcl/amcl-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -15,6 +15,7 @@ SLOT="0"
IUSE=""

RDEPEND="
dev-ros/diagnostic_updater[${PYTHON_USEDEP}]
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/message_filters
Expand Down

0 comments on commit e132617

Please sign in to comment.