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 B77F0139694 for ; Mon, 27 Feb 2017 17:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9A31E0CB0; Mon, 27 Feb 2017 17:10:25 +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 876A3E0CB0 for ; Mon, 27 Feb 2017 17:10:20 +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 A46F5341130 for ; Mon, 27 Feb 2017 17:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C6256A1 for ; Mon, 27 Feb 2017 17:10:10 +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: <1488215364.6c59bf8ba2b5efc6d2596f095d2a911addc273c9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rosdistro/rosdistro-0.6.1.ebuild dev-python/rosdistro/rosdistro-9999.ebuild X-VCS-Directories: dev-python/rosdistro/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6c59bf8ba2b5efc6d2596f095d2a911addc273c9 X-VCS-Branch: master Date: Mon, 27 Feb 2017 17:10:10 +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: 19cfbe09-3469-4a6a-be3e-82d86cd00d84 X-Archives-Hash: be5c0013a81fc0c90ea4c13a0c19fe96 commit: 6c59bf8ba2b5efc6d2596f095d2a911addc273c9 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 15:57:54 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 17:09:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c59bf8b dev-python/rosdistro: Add python 3.6 pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/rosdistro/rosdistro-0.6.1.ebuild | 2 +- dev-python/rosdistro/rosdistro-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/rosdistro/rosdistro-0.6.1.ebuild b/dev-python/rosdistro/rosdistro-0.6.1.ebuild index 6f235cc43c..4afd2fb4f0 100644 --- a/dev-python/rosdistro/rosdistro-0.6.1.ebuild +++ b/dev-python/rosdistro/rosdistro-0.6.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 747ddca50b..4afd2fb4f0 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then