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 6753513888F for ; Fri, 23 Oct 2015 13:13:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A28E083B; Fri, 23 Oct 2015 13:13:35 +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 6BDDFE083B for ; Fri, 23 Oct 2015 13:13:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BA28340AEC for ; Fri, 23 Oct 2015 13:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7AA71666 for ; Fri, 23 Oct 2015 13:13:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445605996.f8227f2199acdbd799fe5ea4d4b2b0141c7c63ad.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/capturer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/capturer/capturer-2.1.ebuild X-VCS-Directories: dev-python/capturer/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f8227f2199acdbd799fe5ea4d4b2b0141c7c63ad X-VCS-Branch: master Date: Fri, 23 Oct 2015 13:13:29 +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: f397ecf0-e8ae-4844-af81-05beab441ce3 X-Archives-Hash: a72bafafd14d89d0ee74c3f84da633cc commit: f8227f2199acdbd799fe5ea4d4b2b0141c7c63ad Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 23 11:46:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 23 13:13:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8227f21 dev-python/capturer: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/capturer/capturer-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/capturer/capturer-2.1.ebuild b/dev-python/capturer/capturer-2.1.ebuild index 46af8fc..d51e026 100644 --- a/dev-python/capturer/capturer-2.1.ebuild +++ b/dev-python/capturer/capturer-2.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1