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 81BA91388C0 for ; Tue, 23 Feb 2016 18:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B7021C006; 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 6642A21C004 for ; Tue, 23 Feb 2016 18:14:24 +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 968C5340B9C for ; Tue, 23 Feb 2016 18:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 378B11B9F 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: <1456251169.7849b1f757e0998a715e8dba795075a6c48769fe.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genlisp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genlisp/genlisp-0.4.15.ebuild dev-ros/genlisp/genlisp-9999.ebuild X-VCS-Directories: dev-ros/genlisp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7849b1f757e0998a715e8dba795075a6c48769fe 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: 71eda471-c4d0-4693-8a47-9cf23f9ec264 X-Archives-Hash: c7396d50d71473ff45ed7261f473c273 commit: 7849b1f757e0998a715e8dba795075a6c48769fe Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 18:12:49 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 18:12:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7849b1f7 dev-ros/genlisp: add python 3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/genlisp/genlisp-0.4.15.ebuild | 2 +- dev-ros/genlisp/genlisp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/genlisp/genlisp-0.4.15.ebuild b/dev-ros/genlisp/genlisp-0.4.15.ebuild index 8d81305..5d699ff 100644 --- a/dev-ros/genlisp/genlisp-0.4.15.ebuild +++ b/dev-ros/genlisp/genlisp-0.4.15.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genlisp" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ros-catkin diff --git a/dev-ros/genlisp/genlisp-9999.ebuild b/dev-ros/genlisp/genlisp-9999.ebuild index 8d81305..5d699ff 100644 --- a/dev-ros/genlisp/genlisp-9999.ebuild +++ b/dev-ros/genlisp/genlisp-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genlisp" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ros-catkin