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 84759138334 for ; Tue, 26 Jun 2018 20:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8796EE08D4; Tue, 26 Jun 2018 20:51:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 582D8E0875 for ; Tue, 26 Jun 2018 20:51: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 EB9A0335CB3 for ; Tue, 26 Jun 2018 20:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F2B349 for ; Tue, 26 Jun 2018 20:51:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530046297.1e7badcb80f20e356c3bcf72bbcb1ea03d7a5356.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/neutron/neutron-12.0.2.ebuild sys-cluster/neutron/neutron-12.0.3.ebuild sys-cluster/neutron/neutron-2018.1.9999.ebuild X-VCS-Directories: sys-cluster/neutron/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1e7badcb80f20e356c3bcf72bbcb1ea03d7a5356 X-VCS-Branch: master Date: Tue, 26 Jun 2018 20:51:50 +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: b0e3cfbf-cf76-4c4e-ad02-372a6badec36 X-Archives-Hash: f045adf2c538a2b4e8ad6b7f7647cad2 commit: 1e7badcb80f20e356c3bcf72bbcb1ea03d7a5356 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 26 20:37:00 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 26 20:51:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7badcb sys-cluster/neutron: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/neutron/neutron-12.0.2.ebuild | 2 +- sys-cluster/neutron/neutron-12.0.3.ebuild | 2 +- sys-cluster/neutron/neutron-2018.1.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/neutron/neutron-12.0.2.ebuild b/sys-cluster/neutron/neutron-12.0.2.ebuild index ca9e5bc0c41..9f60be9139d 100644 --- a/sys-cluster/neutron/neutron-12.0.2.ebuild +++ b/sys-cluster/neutron/neutron-12.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439 inherit distutils-r1 linux-info user diff --git a/sys-cluster/neutron/neutron-12.0.3.ebuild b/sys-cluster/neutron/neutron-12.0.3.ebuild index efbe01b7fe3..d70d082d35b 100644 --- a/sys-cluster/neutron/neutron-12.0.3.ebuild +++ b/sys-cluster/neutron/neutron-12.0.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439 inherit distutils-r1 linux-info user diff --git a/sys-cluster/neutron/neutron-2018.1.9999.ebuild b/sys-cluster/neutron/neutron-2018.1.9999.ebuild index efbe01b7fe3..d70d082d35b 100644 --- a/sys-cluster/neutron/neutron-2018.1.9999.ebuild +++ b/sys-cluster/neutron/neutron-2018.1.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439 inherit distutils-r1 linux-info user