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 D6A3B139696 for ; Sat, 1 Apr 2017 12:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBBF21C043; Sat, 1 Apr 2017 12:24:55 +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 EB57721C168 for ; Sat, 1 Apr 2017 12:24:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C337A341648 for ; Sat, 1 Apr 2017 12:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C52173E5 for ; Sat, 1 Apr 2017 12:24: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: <1491049480.c656443f7464c51283154e3595e98d9425d7a911.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/resource_retriever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild dev-ros/resource_retriever/resource_retriever-9999.ebuild X-VCS-Directories: dev-ros/resource_retriever/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c656443f7464c51283154e3595e98d9425d7a911 X-VCS-Branch: master Date: Sat, 1 Apr 2017 12:24: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: 4f8ac624-555e-4587-b1e8-c10b5af5b372 X-Archives-Hash: 3dce254afd64e7109d908ec82d77a410 commit: c656443f7464c51283154e3595e98d9425d7a911 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 1 10:08:18 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 1 12:24:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c656443f dev-ros/resource_retriever: Add python3 & pypy compat Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild | 2 +- dev-ros/resource_retriever/resource_retriever-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild index 5afee13f126..594a7791b4d 100644 --- a/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild +++ b/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/resource_retriever" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin diff --git a/dev-ros/resource_retriever/resource_retriever-9999.ebuild b/dev-ros/resource_retriever/resource_retriever-9999.ebuild index 5afee13f126..594a7791b4d 100644 --- a/dev-ros/resource_retriever/resource_retriever-9999.ebuild +++ b/dev-ros/resource_retriever/resource_retriever-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/resource_retriever" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin