diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2019-10-24 02:31:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-26 03:26:01 +0200 |
commit | 9673cee00f62f0f86c614507129b8914cde8fde9 (patch) | |
tree | e3f7a8bba287f88f1e26703fc926d525824c7f2b /eclass | |
parent | kde-misc/kio-fuse: 4.95.0 version bump (diff) | |
download | gentoo-9673cee00f62f0f86c614507129b8914cde8fde9.tar.gz gentoo-9673cee00f62f0f86c614507129b8914cde8fde9.tar.bz2 gentoo-9673cee00f62f0f86c614507129b8914cde8fde9.zip |
ros-catkin.eclass: typo fix
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13366
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 52fdc1df0dd3..a79cef7bd217 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 ) |