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 6F0C61388C0 for ; Tue, 23 Feb 2016 18:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96DB521C004; Tue, 23 Feb 2016 18:14:25 +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 F305521C004 for ; Tue, 23 Feb 2016 18:14:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 021C2340BFA for ; Tue, 23 Feb 2016 18:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493B61BA0 for ; Tue, 23 Feb 2016 18:14:20 +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: <1456251246.4b28511205ba823400454bf73039075bb79a6a8b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/std_msgs/std_msgs-0.5.9.ebuild dev-ros/std_msgs/std_msgs-9999.ebuild X-VCS-Directories: dev-ros/std_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4b28511205ba823400454bf73039075bb79a6a8b X-VCS-Branch: master Date: Tue, 23 Feb 2016 18:14:20 +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: f13c3c58-94cd-4a29-8ac8-060abe824d2c X-Archives-Hash: ef9ccd57c23ac2e107519b803a28340d commit: 4b28511205ba823400454bf73039075bb79a6a8b Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 18:14:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 18:14:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b285112 dev-ros/std_msgs: add python 3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/std_msgs/std_msgs-0.5.9.ebuild | 2 +- dev-ros/std_msgs/std_msgs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild index def89fe..9707b2b 100644 --- a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild +++ b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild @@ -7,7 +7,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/std_msgs" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ${SCM} ros-catkin diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild index def89fe..9707b2b 100644 --- a/dev-ros/std_msgs/std_msgs-9999.ebuild +++ b/dev-ros/std_msgs/std_msgs-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/std_msgs" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ${SCM} ros-catkin