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 95227139694 for ; Sat, 11 Feb 2017 11:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C006E0E75; Sat, 11 Feb 2017 11:25:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DBBDE0E75 for ; Sat, 11 Feb 2017 11:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9B31341134 for ; Sat, 11 Feb 2017 11:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D964410 for ; Sat, 11 Feb 2017 11:25:24 +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: <1486812317.7181248bc954b6140840ae6fd0dfc5b42836e357.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_camera_calibration/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild X-VCS-Directories: dev-ros/visp_camera_calibration/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7181248bc954b6140840ae6fd0dfc5b42836e357 X-VCS-Branch: master Date: Sat, 11 Feb 2017 11:25:24 +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: 2d07b9eb-906e-4f77-b54f-fb2be749fda6 X-Archives-Hash: 60dd337fea6f91b739048683af7bec75 commit: 7181248bc954b6140840ae6fd0dfc5b42836e357 Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 11 11:21:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 11 11:25:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7181248b dev-ros/visp_camera_calibration: Add python 3.5 support. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild | 2 +- dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild index 094c5e84f9..5b88fbc716 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.10.0.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild index 094c5e84f9..5b88fbc716 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin