commit: 9673cee00f62f0f86c614507129b8914cde8fde9 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 24 00:31:47 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue May 26 01:26:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673cee0
ros-catkin.eclass: typo fix Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13366 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/ros-catkin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 52fdc1df0dd..a79cef7bd21 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -57,7 +57,7 @@ fi # version. The idea here is to have a ROS_COMPAT in the same vein as # PYTHON_COMPAT where packages would define what distro they can work on, then # we'd have ros_distro_gentoo_python_2_7 & co plus the OSRF ones (lunar, etc.). -# Note that this uncondtionally pulls python but in the ROS world there will +# Note that this unconditionally pulls python but in the ROS world there will # most certainly be something pulling python anyway. PYTHON_COMPAT=( python3_6 )
