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 0A67A13888F for ; Fri, 9 Oct 2015 06:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05B3F21C006; Fri, 9 Oct 2015 06:31:12 +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 A4F7A21C006 for ; Fri, 9 Oct 2015 06:31:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCF2D33BE19 for ; Fri, 9 Oct 2015 06:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB89D15 for ; Fri, 9 Oct 2015 06:31:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1444372259.5d60545105f87b53ff49bf43c01096c3d8cce53c.mgorny@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.2-r1.ebuild X-VCS-Directories: dev-python/python-keystoneclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d60545105f87b53ff49bf43c01096c3d8cce53c X-VCS-Branch: master Date: Fri, 9 Oct 2015 06:31:04 +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: 64b1f2a7-04b2-4853-abba-a680d9243feb X-Archives-Hash: 1043d3f8a0cafc15842510a94c3b5107 commit: 5d60545105f87b53ff49bf43c01096c3d8cce53c Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 06:30:59 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 06:30:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d605451 dev-python/python-keystoneclient: readd python3.3 for revdeps Re-add python3_3 support in order to fix dependency graphs of reverse dependencies that support python3_3 and require this version of python-keystoneclient. Fixes: 69258e0492d (updating deps for bug 562510) Package-Manager: portage-2.2.22 dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild index 9809b08..dc9a708 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1