diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:20:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-11 08:53:03 +0200 |
commit | f9a03fb95af9c622fa4b12d7340f85a783a69862 (patch) | |
tree | f720940f17ea8b4c433bdc137cc944f588452519 /eclass/ros-catkin.eclass | |
parent | php-ext-pecl-r3.eclass: Set @PROVIDES (diff) | |
download | gentoo-f9a03fb95af9c622fa4b12d7340f85a783a69862.tar.gz gentoo-f9a03fb95af9c622fa4b12d7340f85a783a69862.tar.bz2 gentoo-f9a03fb95af9c622fa4b12d7340f85a783a69862.zip |
ros-catkin.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/ros-catkin.eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 48121bf1d2a1..906d76843574 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Alexis Ballier <aballier@gentoo.org> # @SUPPORTED_EAPIS: 7 +# @PROVIDES: cmake python-single-r1 # @BLURB: Template eclass for catkin based ROS packages. # @DESCRIPTION: # Provides function for building ROS packages on Gentoo. |