From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 667CC138359 for ; Tue, 13 Oct 2020 12:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89863E0938; Tue, 13 Oct 2020 12:24:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72FEEE0937 for ; Tue, 13 Oct 2020 12:24:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A43340C50 for ; Tue, 13 Oct 2020 12:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 023DE3A1 for ; Tue, 13 Oct 2020 12:24:19 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1602591854.3a27476fb45d906f7941ace2e3d608bf1e1f8583.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catkin/catkin-0.8.8-r1.ebuild dev-util/catkin/catkin-9999.ebuild X-VCS-Directories: dev-util/catkin/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3a27476fb45d906f7941ace2e3d608bf1e1f8583 X-VCS-Branch: master Date: Tue, 13 Oct 2020 12:24:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1593e31d-e8f6-4285-9788-345d95923efd X-Archives-Hash: 9cd7e49b7da3527c29ba9ee7bc1f9cea commit: 3a27476fb45d906f7941ace2e3d608bf1e1f8583 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 13 12:05:23 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 13 12:24:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a27476f dev-util/catkin: add py39 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> dev-util/catkin/catkin-0.8.8-r1.ebuild | 2 +- 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 46bed14e792..4907543b670 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 46bed14e792..4907543b670 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