diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:20:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:25:23 +0000 |
commit | 7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch) | |
tree | 9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/ros-catkin.eclass | |
parent | sci-physics/herwig: fix bug 612906 (diff) | |
download | gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2 gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip |
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/ros-catkin.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 b6b84a0dc5f3..fec873a922cb 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -80,7 +80,7 @@ fi # @DESCRIPTION: # Some messages have dependencies on other messages. # In that case, CATKIN_MESSAGES_TRANSITIVE_DEPS should contain a space-separated list of atoms -# representing those dependencies. The eclass uses it to ensure proper dependencies on these packages. +# representing those dependencies. The eclass uses it to ensure proper dependencies on these packages. if [ -n "${CATKIN_HAS_MESSAGES}" ] ; then IUSE="${IUSE} +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp ros_messages_nodejs" RDEPEND="${RDEPEND} |