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 A04F41387B1 for ; Tue, 22 Sep 2015 12:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 907FFE084B; Tue, 22 Sep 2015 12:14:29 +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 37807E0845 for ; Tue, 22 Sep 2015 12:14:29 +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 224C6340821 for ; Tue, 22 Sep 2015 12:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD9B5238 for ; Tue, 22 Sep 2015 12:14:26 +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: <1442922516.08fe245edb594cee9d88033ce8a998cb05a14702.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosboost_cfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild X-VCS-Directories: dev-ros/rosboost_cfg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 08fe245edb594cee9d88033ce8a998cb05a14702 X-VCS-Branch: master Date: Tue, 22 Sep 2015 12:14:26 +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: d854a8dc-201e-4de1-9d8b-acb384d93c7b X-Archives-Hash: 338567233e8ff4a3df5927b94aed5c03 commit: 08fe245edb594cee9d88033ce8a998cb05a14702 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 11:48:36 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 11:48:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fe245e dev-ros/rosboost_cfg: This is a python package, so set PYTHON_COMPAT. Package-Manager: portage-2.2.21 dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild | 1 + dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild index 370f8df..acf4c36 100644 --- a/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild +++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.3.ebuild @@ -7,6 +7,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=tools/${PN} +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit ros-catkin diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild index 370f8df..acf4c36 100644 --- a/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild +++ b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild @@ -7,6 +7,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=tools/${PN} +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit ros-catkin