diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-13 14:05:23 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-13 14:24:14 +0200 |
commit | 3a27476fb45d906f7941ace2e3d608bf1e1f8583 (patch) | |
tree | d04c056fa09a24e348e4f4a58cb91df381ee3ccf /dev-util/catkin | |
parent | dev-python/empy: bump to 3.3.4; add py39 (diff) | |
download | gentoo-3a27476fb45d906f7941ace2e3d608bf1e1f8583.tar.gz gentoo-3a27476fb45d906f7941ace2e3d608bf1e1f8583.tar.bz2 gentoo-3a27476fb45d906f7941ace2e3d608bf1e1f8583.zip |
dev-util/catkin: add py39
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/catkin')
-rw-r--r-- | dev-util/catkin/catkin-0.8.8-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/catkin/catkin-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catkin/catkin-0.8.8-r1.ebuild b/dev-util/catkin/catkin-0.8.8-r1.ebuild index 46bed14e7929..4907543b6705 100644 --- a/dev-util/catkin/catkin-0.8.8-r1.ebuild +++ b/dev-util/catkin/catkin-0.8.8-r1.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) inherit ${SCM} cmake python-r1 python-utils-r1 diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 46bed14e7929..4907543b6705 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) inherit ${SCM} cmake python-r1 python-utils-r1 |