From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-935122-garchives=archives.gentoo.org@lists.gentoo.org> 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 C624A139694 for <garchives@archives.gentoo.org>; Mon, 27 Feb 2017 10:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B2F3E0C13; Mon, 27 Feb 2017 10:49:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 57F87E0C13 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 10:49:23 +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 832E233E142 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 10:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B5B5651 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Feb 2017 10:49:19 +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: <1488192548.047076ba2c3cb122eceeb9519d654261ccd89918.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genmsg/genmsg-0.5.8.ebuild dev-ros/genmsg/genmsg-9999.ebuild X-VCS-Directories: dev-ros/genmsg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 047076ba2c3cb122eceeb9519d654261ccd89918 X-VCS-Branch: master Date: Mon, 27 Feb 2017 10:49:19 +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: eab15a29-8c6b-47a8-bad3-14ce48d6a487 X-Archives-Hash: d15efa3fbcca0d0c0c99fba51367187a commit: 047076ba2c3cb122eceeb9519d654261ccd89918 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 10:19:28 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 10:49:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047076ba dev-ros/genmsg: Add python 3.6 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/genmsg/genmsg-0.5.8.ebuild | 2 +- dev-ros/genmsg/genmsg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/genmsg/genmsg-0.5.8.ebuild b/dev-ros/genmsg/genmsg-0.5.8.ebuild index f6c84a4d65..031a80e94a 100644 --- a/dev-ros/genmsg/genmsg-0.5.8.ebuild +++ b/dev-ros/genmsg/genmsg-0.5.8.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genmsg" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild index f6c84a4d65..031a80e94a 100644 --- a/dev-ros/genmsg/genmsg-9999.ebuild +++ b/dev-ros/genmsg/genmsg-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genmsg" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin