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 ED2B1139695 for ; Mon, 27 Feb 2017 06:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCED21C08E; Mon, 27 Feb 2017 06:43:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B4BD21C08E for ; Mon, 27 Feb 2017 06:43:30 +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 66B8E340FDA for ; Mon, 27 Feb 2017 06:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C9D9561F for ; Mon, 27 Feb 2017 06:43:26 +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: <1488177784.96c71a551a64520a5cb7872d8a28a6e0b3ca73f3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild X-VCS-Directories: dev-python/python-saharaclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 96c71a551a64520a5cb7872d8a28a6e0b3ca73f3 X-VCS-Branch: master Date: Mon, 27 Feb 2017 06:43:26 +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: 335d0434-f417-4046-8260-a3946c931a79 X-Archives-Hash: 7b1eaeb470c27b249dc286e1ba47dc2a commit: 96c71a551a64520a5cb7872d8a28a6e0b3ca73f3 Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 27 06:36:57 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Feb 27 06:43:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c71a55 dev-python/python-saharaclient: adding missing python impls Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild index 87c6eb6a30..78d94448be 100644 --- a/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild +++ b/dev-python/python-saharaclient/python-saharaclient-1.1.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1