Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_export_link_flags/
Date: Fri, 24 Sep 2021 10:33:30
Message-Id: 1632479369.83718f406b954db306cd04c07488779bf28bb3dd.arthurzam@gentoo
1 commit: 83718f406b954db306cd04c07488779bf28bb3dd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 07:54:40 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 10:29:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83718f40
7
8 dev-ros/ament_cmake_export_link_flags: enable py3.9, enable py3.10
9
10 tested by bumping python target for all dev-ros/ament_cmake*
11 packages, and checking exact same output for all reverse
12 deps of dev-ros/ament_cmake
13
14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
15
16 .../ament_cmake_export_link_flags-1.1.4.ebuild | 2 +-
17 .../ament_cmake_export_link_flags-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-1.1.4.ebuild b/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-1.1.4.ebuild
21 index e31c09637e5..fb30c82f371 100644
22 --- a/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-1.1.4.ebuild
23 +++ b/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-1.1.4.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python{3_7,3_8} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit cmake python-any-r1
32
33
34 diff --git a/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-9999.ebuild b/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-9999.ebuild
35 index e31c09637e5..fb30c82f371 100644
36 --- a/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-9999.ebuild
37 +++ b/dev-ros/ament_cmake_export_link_flags/ament_cmake_export_link_flags-9999.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI=7
41
42 -PYTHON_COMPAT=( python{3_7,3_8} )
43 +PYTHON_COMPAT=( python3_{8..10} )
44
45 inherit cmake python-any-r1