Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 26 May 2020 01:26:20
Message-Id: 1590456361.9673cee00f62f0f86c614507129b8914cde8fde9.asturm@gentoo
1 commit: 9673cee00f62f0f86c614507129b8914cde8fde9
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 24 00:31:47 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 01:26:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673cee0
7
8 ros-catkin.eclass: typo fix
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/13366
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 eclass/ros-catkin.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
18 index 52fdc1df0dd..a79cef7bd21 100644
19 --- a/eclass/ros-catkin.eclass
20 +++ b/eclass/ros-catkin.eclass
21 @@ -57,7 +57,7 @@ fi
22 # version. The idea here is to have a ROS_COMPAT in the same vein as
23 # PYTHON_COMPAT where packages would define what distro they can work on, then
24 # we'd have ros_distro_gentoo_python_2_7 & co plus the OSRF ones (lunar, etc.).
25 -# Note that this uncondtionally pulls python but in the ROS world there will
26 +# Note that this unconditionally pulls python but in the ROS world there will
27 # most certainly be something pulling python anyway.
28 PYTHON_COMPAT=( python3_6 )