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 F02901388C1 for ; Fri, 1 Jan 2016 11:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F24E089E; Fri, 1 Jan 2016 11:32:44 +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 4E93CE089C for ; Fri, 1 Jan 2016 11:32:44 +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 3B8B43406AD for ; Fri, 1 Jan 2016 11:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C34FCF8 for ; Fri, 1 Jan 2016 11:32:41 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1451647855.9f47660161e16f80f4c43a98a38e37335cea62c8.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rply/rply-0.7.4.ebuild X-VCS-Directories: dev-python/rply/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 9f47660161e16f80f4c43a98a38e37335cea62c8 X-VCS-Branch: master Date: Fri, 1 Jan 2016 11:32:41 +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: ab1e27a6-13e0-4874-bfb4-54a690680357 X-Archives-Hash: ccac909ccdc37fc3431605dd9ba45751 commit: 9f47660161e16f80f4c43a98a38e37335cea62c8 Author: Patrick Lauer gentoo org> AuthorDate: Fri Jan 1 11:18:15 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Jan 1 11:30:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f476601 dev-python/rply: Add py35 Package-Manager: portage-2.2.26 dev-python/rply/rply-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rply/rply-0.7.4.ebuild b/dev-python/rply/rply-0.7.4.ebuild index 0d09e28..80ec20f 100644 --- a/dev-python/rply/rply-0.7.4.ebuild +++ b/dev-python/rply/rply-0.7.4.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