diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-04-14 14:59:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-04-14 15:00:13 +0200 |
commit | e13261726eca0cc2f0d58875cfc4e890c0dc1ca6 (patch) | |
tree | ad5a12a6bd74f78e82a7c26926d84e4ea47e21ce /dev-ros/amcl/amcl-9999.ebuild | |
parent | app-emulation/protontricks: amd64 stable wrt bug #717402 (diff) | |
download | gentoo-e13261726eca0cc2f0d58875cfc4e890c0dc1ca6.tar.gz gentoo-e13261726eca0cc2f0d58875cfc4e890c0dc1ca6.tar.bz2 gentoo-e13261726eca0cc2f0d58875cfc4e890c0dc1ca6.zip |
dev-ros/amcl: add missing dep on diagnostic_updater
Closes: https://bugs.gentoo.org/711770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/amcl/amcl-9999.ebuild')
-rw-r--r-- | dev-ros/amcl/amcl-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild index e2d2d799884a..130de3bbef70 100644 --- a/dev-ros/amcl/amcl-9999.ebuild +++ b/dev-ros/amcl/amcl-9999.ebuild @@ -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 @@ -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 |