diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-04-03 14:52:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-04-05 11:52:18 +0200 |
commit | ff305a1011ae81207b3c7e79cc34537cc46d0cf1 (patch) | |
tree | 5525a27351175426da48809586dba9e9e9f08e55 /dev-ros | |
parent | dev-ros/gmapping: Remove old (diff) | |
download | gentoo-ff305a1011ae81207b3c7e79cc34537cc46d0cf1.tar.gz gentoo-ff305a1011ae81207b3c7e79cc34537cc46d0cf1.tar.bz2 gentoo-ff305a1011ae81207b3c7e79cc34537cc46d0cf1.zip |
dev-ros/gmapping: fix copy/paste error
Closes: https://bugs.gentoo.org/779682
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/gmapping/gmapping-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/gmapping/gmapping-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/gmapping/gmapping-1.4.2.ebuild b/dev-ros/gmapping/gmapping-1.4.2.ebuild index c3d87b4563b2..5fcdea266180 100644 --- a/dev-ros/gmapping/gmapping-1.4.2.ebuild +++ b/dev-ros/gmapping/gmapping-1.4.2.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 @@ -19,7 +19,7 @@ RDEPEND=" dev-ros/tf dev-ros/openslam_gmapping dev-ros/rosbag_storage - dev-ros/gmapping + dev-ros/nodelet " DEPEND="${RDEPEND} dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild index c3d87b4563b2..5fcdea266180 100644 --- a/dev-ros/gmapping/gmapping-9999.ebuild +++ b/dev-ros/gmapping/gmapping-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 @@ -19,7 +19,7 @@ RDEPEND=" dev-ros/tf dev-ros/openslam_gmapping dev-ros/rosbag_storage - dev-ros/gmapping + dev-ros/nodelet " DEPEND="${RDEPEND} dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] |