Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/
Date: Tue, 13 Oct 2020 12:24:22
Message-Id: 1602591854.3a27476fb45d906f7941ace2e3d608bf1e1f8583.aballier@gentoo
1 commit: 3a27476fb45d906f7941ace2e3d608bf1e1f8583
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 12:05:23 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 12:24:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a27476f
7
8 dev-util/catkin: add py39
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-util/catkin/catkin-0.8.8-r1.ebuild | 2 +-
14 dev-util/catkin/catkin-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/catkin/catkin-0.8.8-r1.ebuild b/dev-util/catkin/catkin-0.8.8-r1.ebuild
18 index 46bed14e792..4907543b670 100644
19 --- a/dev-util/catkin/catkin-0.8.8-r1.ebuild
20 +++ b/dev-util/catkin/catkin-0.8.8-r1.ebuild
21 @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
22 EGIT_REPO_URI="https://github.com/ros/catkin"
23 fi
24
25 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
27
28 inherit ${SCM} cmake python-r1 python-utils-r1
29
30
31 diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild
32 index 46bed14e792..4907543b670 100644
33 --- a/dev-util/catkin/catkin-9999.ebuild
34 +++ b/dev-util/catkin/catkin-9999.ebuild
35 @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
36 EGIT_REPO_URI="https://github.com/ros/catkin"
37 fi
38
39 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
40 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
41
42 inherit ${SCM} cmake python-r1 python-utils-r1