diff options
Diffstat (limited to 'dev-util/catkin/catkin-0.8.10.ebuild')
-rw-r--r-- | dev-util/catkin/catkin-0.8.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catkin/catkin-0.8.10.ebuild b/dev-util/catkin/catkin-0.8.10.ebuild index b78f5d6c9934..ed9d9ab8fedf 100644 --- a/dev-util/catkin/catkin-0.8.10.ebuild +++ b/dev-util/catkin/catkin-0.8.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit ${SCM} cmake python-r1 |