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 D81A51396D3 for ; Mon, 25 Sep 2017 13:37:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F74E0F15; Mon, 25 Sep 2017 13:37:04 +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 D00CDE0F15 for ; Mon, 25 Sep 2017 13:37:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7BBE5341669 for ; Mon, 25 Sep 2017 13:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149F4908F for ; Mon, 25 Sep 2017 13:37:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1506346614.7b2aadb6c6cf70754b681ff1f69d882faba6ccee.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ratelimit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ratelimit/ratelimit-1.4.1.ebuild X-VCS-Directories: dev-python/ratelimit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7b2aadb6c6cf70754b681ff1f69d882faba6ccee X-VCS-Branch: master Date: Mon, 25 Sep 2017 13:37:02 +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: 67d58824-7ec5-4c31-9b0a-136e6d6da3d9 X-Archives-Hash: eb186a3818bc19610e10d642f2604e1e commit: 7b2aadb6c6cf70754b681ff1f69d882faba6ccee Author: Pacho Ramos gentoo org> AuthorDate: Mon Sep 25 13:32:48 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Sep 25 13:36:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2aadb6 dev-python/ratelimit: Support newer python Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-python/ratelimit/ratelimit-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ratelimit/ratelimit-1.4.1.ebuild b/dev-python/ratelimit/ratelimit-1.4.1.ebuild index a4443b34639..3c01b8f2c10 100644 --- a/dev-python/ratelimit/ratelimit-1.4.1.ebuild +++ b/dev-python/ratelimit/ratelimit-1.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1