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 01479139694 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 4F2C021C091; 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 2EACF21C091 for ; Thu, 15 Jun 2017 09:38:01 +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 3C7C634183E 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 D9AB97481 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.e41600fde44ea1f222072d84e3faaa6498722d66.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rostest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rostest/rostest-1.13.0.ebuild X-VCS-Directories: dev-ros/rostest/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e41600fde44ea1f222072d84e3faaa6498722d66 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: 8355910b-1490-4006-ae8e-7279fe23e3e3 X-Archives-Hash: 9e058e4c8fb7575e17df87803f548589 commit: e41600fde44ea1f222072d84e3faaa6498722d66 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 15 09:23:49 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=e41600fd dev-ros/rostest: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/rostest/rostest-1.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/rostest/rostest-1.13.0.ebuild b/dev-ros/rostest/rostest-1.13.0.ebuild index ecd8cb0ed46..c46bbf04240 100644 --- a/dev-ros/rostest/rostest-1.13.0.ebuild +++ b/dev-ros/rostest/rostest-1.13.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=tools/${PN} -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin