From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-865155-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 58FA31388C0
	for <garchives@archives.gentoo.org>; Tue, 23 Feb 2016 15:30:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 67E4121C003;
	Tue, 23 Feb 2016 15:30:37 +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 5D3CC21C002
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 15:30:36 +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 86E1C340BE4
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 15:30:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F3A11BA1
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 15:30:31 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
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" <aballier@gentoo.org>
Message-ID: <1456241423.7345adeecdb7237f0b84bd8883a96f3b5f22cecc.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/urdf/urdf-1.11.9.ebuild dev-ros/urdf/urdf-9999.ebuild
X-VCS-Directories: dev-ros/urdf/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 7345adeecdb7237f0b84bd8883a96f3b5f22cecc
X-VCS-Branch: master
Date: Tue, 23 Feb 2016 15:30:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4562a349-2bdc-4993-97f6-9b6d72ef048a
X-Archives-Hash: e75ae8951143277581f0ccbeee11b786

commit:     7345adeecdb7237f0b84bd8883a96f3b5f22cecc
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 15:30:17 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 15:30:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7345adee

dev-ros/urdf: set proper PYTHON_COMPAT

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/urdf/urdf-1.11.9.ebuild | 3 ++-
 dev-ros/urdf/urdf-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/urdf/urdf-1.11.9.ebuild b/dev-ros/urdf/urdf-1.11.9.ebuild
index e0ec2af..e406d8d 100644
--- a/dev-ros/urdf/urdf-1.11.9.ebuild
+++ b/dev-ros/urdf/urdf-1.11.9.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/robot_model"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -26,4 +27,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-ros/cmake_modules
-	test? ( dev-ros/rostest dev-cpp/gtest )"
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"

diff --git a/dev-ros/urdf/urdf-9999.ebuild b/dev-ros/urdf/urdf-9999.ebuild
index e0ec2af..e406d8d 100644
--- a/dev-ros/urdf/urdf-9999.ebuild
+++ b/dev-ros/urdf/urdf-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/robot_model"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -26,4 +27,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-ros/cmake_modules
-	test? ( dev-ros/rostest dev-cpp/gtest )"
+	test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"