From 83718f406b954db306cd04c07488779bf28bb3dd Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 24 Sep 2021 10:54:40 +0300 Subject: dev-ros/ament_cmake_export_link_flags: enable py3.9, enable py3.10 tested by bumping python target for all dev-ros/ament_cmake* packages, and checking exact same output for all reverse deps of dev-ros/ament_cmake Signed-off-by: Arthur Zamarin --- .../ament_cmake_export_link_flags-1.1.4.ebuild | 2 +- .../ament_cmake_export_link_flags-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ros') 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 index e31c09637e5a..fb30c82f371a 100644 --- 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 @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 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 index e31c09637e5a..fb30c82f371a 100644 --- 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 @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 -- cgit v1.2.3-65-gdbad