From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D625158973 for ; Tue, 9 Feb 2016 09:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F3321C1AE; Tue, 9 Feb 2016 09:33:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36A6621C1AC for ; Tue, 9 Feb 2016 09:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63E37340A3D for ; Tue, 9 Feb 2016 09:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E75E1141 for ; Tue, 9 Feb 2016 09:33:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455010383.d4b5a7c03dc4e0a7b4c0704c8b3aeab389e0a803.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild X-VCS-Directories: dev-python/python-keystoneclient/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d4b5a7c03dc4e0a7b4c0704c8b3aeab389e0a803 X-VCS-Branch: master Date: Tue, 9 Feb 2016 09:33:25 +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: 99458bf1-ddfe-47ca-9858-d128daf6d6da X-Archives-Hash: c38d2b6b450d3da2a0e137e66fc21a57 commit: d4b5a7c03dc4e0a7b4c0704c8b3aeab389e0a803 Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 9 09:10:25 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Feb 9 09:33:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b5a7c0 dev-python/python-keystoneclient: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild index ce81a4d..1bc2731 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1