commit:     e13261726eca0cc2f0d58875cfc4e890c0dc1ca6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 12:59:57 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 13:00:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1326172

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 <AT> gentoo.org>

 dev-ros/amcl/{amcl-1.16.3.ebuild => amcl-1.16.3-r1.ebuild} | 3 ++-
 dev-ros/amcl/amcl-9999.ebuild                              | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/amcl/amcl-1.16.3.ebuild 
b/dev-ros/amcl/amcl-1.16.3-r1.ebuild
similarity index 92%
rename from dev-ros/amcl/amcl-1.16.3.ebuild
rename to dev-ros/amcl/amcl-1.16.3-r1.ebuild
index e2d2d799884..130de3bbef7 100644
--- a/dev-ros/amcl/amcl-1.16.3.ebuild
+++ b/dev-ros/amcl/amcl-1.16.3-r1.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

diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild
index e2d2d799884..130de3bbef7 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

Reply via email to