Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 11 Sep 2021 06:53:26
Message-Id: 1631343183.f9a03fb95af9c622fa4b12d7340f85a783a69862.mgorny@gentoo
1 commit: f9a03fb95af9c622fa4b12d7340f85a783a69862
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:20:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:53:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a03fb9
7
8 ros-catkin.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/ros-catkin.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
16 index 48121bf1d2a..906d7684357 100644
17 --- a/eclass/ros-catkin.eclass
18 +++ b/eclass/ros-catkin.eclass
19 @@ -7,6 +7,7 @@
20 # @AUTHOR:
21 # Alexis Ballier <aballier@g.o>
22 # @SUPPORTED_EAPIS: 7
23 +# @PROVIDES: cmake python-single-r1
24 # @BLURB: Template eclass for catkin based ROS packages.
25 # @DESCRIPTION:
26 # Provides function for building ROS packages on Gentoo.