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 6AF8359CA5 for ; Fri, 25 Mar 2016 04:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2AF21C004; Fri, 25 Mar 2016 04:13:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5CF8121C003 for ; Fri, 25 Mar 2016 04:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 282D4340D7C for ; Fri, 25 Mar 2016 04:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FDD6852 for ; Fri, 25 Mar 2016 04:13:42 +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: <1458879054.9a70a66a0814c4c5ca3649922511227c2ccfc286.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild X-VCS-Directories: dev-python/repoze-lru/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9a70a66a0814c4c5ca3649922511227c2ccfc286 X-VCS-Branch: master Date: Fri, 25 Mar 2016 04:13:42 +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: fb30b458-4bff-4d53-b401-5a38edb1e41f X-Archives-Hash: 20f7f3557072234badd0bb1a125604df commit: 9a70a66a0814c4c5ca3649922511227c2ccfc286 Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 25 04:10:54 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 25 04:10:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a70a66a dev-python/repoze-lru: adding py35 Package-Manager: portage-2.2.26 dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild index 9c87bc0..0ad1d2b 100644 --- a/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1