Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/
Date: Sat, 31 Oct 2020 11:12:01
Message-Id: 1604142659.ff25aba3157cd074f6bcc39f9c4c917ae04acbc4.soap@gentoo
1 commit: ff25aba3157cd074f6bcc39f9c4c917ae04acbc4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:10:59 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:10:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff25aba3
7
8 dev-ros/geometric_shapes: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild | 2 +-
14 dev-ros/geometric_shapes/geometric_shapes-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild
18 index 6fed36fb482..4e9add6e066 100644
19 --- a/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild
20 +++ b/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22 ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes"
23 KEYWORDS="~amd64 ~arm"
24
25 -inherit ros-catkin
26 +inherit flag-o-matic ros-catkin
27
28 DESCRIPTION="Generic definitions of geometric shapes and bodies"
29 LICENSE="BSD"
30
31 diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
32 index 6fed36fb482..4e9add6e066 100644
33 --- a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
34 +++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild
35 @@ -5,7 +5,7 @@ EAPI=7
36 ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes"
37 KEYWORDS="~amd64 ~arm"
38
39 -inherit ros-catkin
40 +inherit flag-o-matic ros-catkin
41
42 DESCRIPTION="Generic definitions of geometric shapes and bodies"
43 LICENSE="BSD"