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 2ED0B139694 for ; Mon, 13 Mar 2017 01:30:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F9721C080; Mon, 13 Mar 2017 01:30:42 +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 5A38921C080 for ; Mon, 13 Mar 2017 01:30:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2B599340E75 for ; Mon, 13 Mar 2017 01:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58B79663F for ; Mon, 13 Mar 2017 01:30:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489368617.b06fe5e927f35dedd4740f8a5ebe2effb632d271.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystoneauth/keystoneauth-2.12.3.ebuild dev-python/keystoneauth/keystoneauth-2.18.0.ebuild X-VCS-Directories: dev-python/keystoneauth/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b06fe5e927f35dedd4740f8a5ebe2effb632d271 X-VCS-Branch: master Date: Mon, 13 Mar 2017 01:30:39 +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: 52acb2da-6e3e-46ad-922f-455ed9f6d089 X-Archives-Hash: 39e3c4993505f936c1bedb7074a40872 commit: b06fe5e927f35dedd4740f8a5ebe2effb632d271 Author: Zac Medico gentoo org> AuthorDate: Sun Mar 12 21:49:47 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 13 01:30:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06fe5e9 dev-python/keystoneauth: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/keystoneauth/keystoneauth-2.12.3.ebuild | 2 +- dev-python/keystoneauth/keystoneauth-2.18.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild index b65ac100cf8..1a36a64ad01 100644 --- a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild +++ b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild index 9fd98485044..d66b091c87e 100644 --- a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1