From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 25BC81388C0 for ; Tue, 23 Feb 2016 18:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14AD521C004; Tue, 23 Feb 2016 18:18:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E91721C004 for ; Tue, 23 Feb 2016 18:18:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FDFF340C08 for ; Tue, 23 Feb 2016 18:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A54315FB for ; Tue, 23 Feb 2016 18:18:27 +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: <1456251320.e25fba0231622405320335e7187f645f947f414d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild X-VCS-Directories: dev-ros/actionlib_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e25fba0231622405320335e7187f645f947f414d X-VCS-Branch: master Date: Tue, 23 Feb 2016 18:18:27 +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: cd925a68-a204-432d-8a26-7d1c780590c2 X-Archives-Hash: 1626284b3a72d1761ca277c8906228da commit: e25fba0231622405320335e7187f645f947f414d Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 18:15:20 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 18:15:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25fba02 dev-ros/actionlib_msgs: add python 3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild | 2 +- dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild b/dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild index ad43060..dd36f29 100644 --- a/dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild +++ b/dev-ros/actionlib_msgs/actionlib_msgs-1.12.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/common_msgs" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" diff --git a/dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild b/dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild index ad43060..dd36f29 100644 --- a/dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild +++ b/dev-ros/actionlib_msgs/actionlib_msgs-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/common_msgs" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"