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 B2C421396D0 for ; Mon, 28 Aug 2017 00:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417EAE0EAE; Mon, 28 Aug 2017 00:47:40 +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 20CBDE0EAC for ; Mon, 28 Aug 2017 00:47:40 +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 34A66341B55 for ; Mon, 28 Aug 2017 00:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54CE0850B for ; Mon, 28 Aug 2017 00:47:33 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503881227.991ed89384b14a9fbe311ebd3ba0768f3868d7b0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystoneauth/keystoneauth-3.1.0.ebuild X-VCS-Directories: dev-python/keystoneauth/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 991ed89384b14a9fbe311ebd3ba0768f3868d7b0 X-VCS-Branch: master Date: Mon, 28 Aug 2017 00:47:33 +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: 67be31c6-5735-48c6-bbd2-78f3b552aa71 X-Archives-Hash: 648547eb5a79e135235793cff8330728 commit: 991ed89384b14a9fbe311ebd3ba0768f3868d7b0 Author: Matthew Thode gentoo org> AuthorDate: Mon Aug 28 00:34:54 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Aug 28 00:47:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991ed893 dev-python/keystoneauth: adding python3_6 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/keystoneauth/keystoneauth-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild b/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild index c9f5bf8a83f..6eadc0bcd03 100644 --- a/dev-python/keystoneauth/keystoneauth-3.1.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-3.1.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 python3_5 python3_6 ) inherit distutils-r1