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 30987139695 for ; Thu, 15 Jun 2017 09:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C0AB21C094; Thu, 15 Jun 2017 09:38:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3948E21C094 for ; Thu, 15 Jun 2017 09:38:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BED3341843 for ; Thu, 15 Jun 2017 09:38:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49267474 for ; Thu, 15 Jun 2017 09:37:58 +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: <1497519474.f974c8fae12e0044ced69299ddc074fb97c61e59.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosunit/rosunit-1.14.0.ebuild dev-ros/rosunit/rosunit-9999.ebuild X-VCS-Directories: dev-ros/rosunit/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f974c8fae12e0044ced69299ddc074fb97c61e59 X-VCS-Branch: master Date: Thu, 15 Jun 2017 09:37:58 +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-Archives-Salt: c4604b20-c991-4ada-b464-16f1160b644b X-Archives-Hash: be0faad68bd88b696eebf2f5de299a9b commit: f974c8fae12e0044ced69299ddc074fb97c61e59 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 15 09:19:42 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 15 09:37:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f974c8fa dev-ros/rosunit: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/rosunit/rosunit-1.14.0.ebuild | 2 +- dev-ros/rosunit/rosunit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosunit/rosunit-1.14.0.ebuild b/dev-ros/rosunit/rosunit-1.14.0.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-1.14.0.ebuild +++ b/dev-ros/rosunit/rosunit-1.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin diff --git a/dev-ros/rosunit/rosunit-9999.ebuild b/dev-ros/rosunit/rosunit-9999.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-9999.ebuild +++ b/dev-ros/rosunit/rosunit-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin