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 12AC759CA5 for ; Thu, 24 Mar 2016 11:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C354C21C01A; Thu, 24 Mar 2016 11:18:57 +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 084AF21C01F for ; Thu, 24 Mar 2016 11:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21196340CB4 for ; Thu, 24 Mar 2016 11:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C44B875 for ; Thu, 24 Mar 2016 11:18:52 +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: <1458818316.593f4c111d4d1fac3539248d235f43617696f638.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/roslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/roslib/roslib-1.13.1.ebuild dev-ros/roslib/roslib-9999.ebuild X-VCS-Directories: dev-ros/roslib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 593f4c111d4d1fac3539248d235f43617696f638 X-VCS-Branch: master Date: Thu, 24 Mar 2016 11:18:52 +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: 2fb18e3b-da2a-47ac-b2e5-82b52bde92e4 X-Archives-Hash: 35460b7261162fb282644b8dfb050f8c commit: 593f4c111d4d1fac3539248d235f43617696f638 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 24 10:54:44 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 24 11:18:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593f4c11 dev-ros/roslib: add python 3.5 support Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/roslib/roslib-1.13.1.ebuild | 2 +- dev-ros/roslib/roslib-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/roslib/roslib-1.13.1.ebuild b/dev-ros/roslib/roslib-1.13.1.ebuild index bd7dfb5..58529aa 100644 --- a/dev-ros/roslib/roslib-1.13.1.ebuild +++ b/dev-ros/roslib/roslib-1.13.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" 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=core/${PN} inherit ros-catkin diff --git a/dev-ros/roslib/roslib-9999.ebuild b/dev-ros/roslib/roslib-9999.ebuild index bd7dfb5..58529aa 100644 --- a/dev-ros/roslib/roslib-9999.ebuild +++ b/dev-ros/roslib/roslib-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" 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=core/${PN} inherit ros-catkin