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 B30C51384B4 for ; Tue, 24 Nov 2015 07:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A0621C05A; Tue, 24 Nov 2015 07:13:11 +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 F2C8F21C05A for ; Tue, 24 Nov 2015 07:13:10 +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 00FBD340702 for ; Tue, 24 Nov 2015 07:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E6FF50 for ; Tue, 24 Nov 2015 07:13:05 +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: <1448349034.1ce209a99d8b6f4248b33f6aed0d85cff03a1000.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mccabe/mccabe-0.3.1.ebuild X-VCS-Directories: dev-python/mccabe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1ce209a99d8b6f4248b33f6aed0d85cff03a1000 X-VCS-Branch: master Date: Tue, 24 Nov 2015 07:13:05 +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: 0d3efcad-1539-4427-9fcc-67eeed258181 X-Archives-Hash: b5c0e3c4f0c88e9d679dde877e0518b8 commit: 1ce209a99d8b6f4248b33f6aed0d85cff03a1000 Author: Sean Vig gmail com> AuthorDate: Mon Nov 23 14:47:41 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 24 07:10:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce209a9 dev-python/mccabe: Add python3_5 target dev-python/mccabe/mccabe-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mccabe/mccabe-0.3.1.ebuild b/dev-python/mccabe/mccabe-0.3.1.ebuild index 11d4004..b6d0c81 100644 --- a/dev-python/mccabe/mccabe-0.3.1.ebuild +++ b/dev-python/mccabe/mccabe-0.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1