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 6B50B13888F for ; Thu, 15 Oct 2015 05:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7926421C00E; Thu, 15 Oct 2015 05:25:13 +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 8AA1A21C00B for ; Thu, 15 Oct 2015 05:25: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 80E28340AB0 for ; Thu, 15 Oct 2015 05:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BE3510C7 for ; Thu, 15 Oct 2015 05:25:07 +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: <1444884652.19c3b272346c4565a5b7f11e50e017fbe150e9a3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild X-VCS-Directories: dev-python/keystonemiddleware/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 19c3b272346c4565a5b7f11e50e017fbe150e9a3 X-VCS-Branch: master Date: Thu, 15 Oct 2015 05:25:07 +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: d877a0fc-30ae-4a3a-b339-11fca64cb7d1 X-Archives-Hash: 4aca618c369411af77d24a1923a79aa7 commit: 19c3b272346c4565a5b7f11e50e017fbe150e9a3 Author: Matthew Thode gentoo org> AuthorDate: Thu Oct 15 04:50:52 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Oct 15 04:50:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c3b272 dev-python/keystonemiddleware: adding py34 support Package-Manager: portage-2.2.20.1 dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild index 18bd9b7..d15c5d7 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 #PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1