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 4437313888F for ; Wed, 14 Oct 2015 17:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E5DFE084D; Wed, 14 Oct 2015 17:21:18 +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 140FCE080E for ; Wed, 14 Oct 2015 17:21:17 +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 3A39F340A3D for ; Wed, 14 Oct 2015 17:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B9010CA for ; Wed, 14 Oct 2015 17:21:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1444841211.b5dca07e867ef3a463550009d89e1d41bedece3b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/execnet/execnet-1.4.1.ebuild X-VCS-Directories: dev-python/execnet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5dca07e867ef3a463550009d89e1d41bedece3b X-VCS-Branch: master Date: Wed, 14 Oct 2015 17:21:13 +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: 630776d9-32a0-47b1-b58d-3c16a3395f15 X-Archives-Hash: 9eb8180ce2728b9ac598b853ae6c1b34 commit: b5dca07e867ef3a463550009d89e1d41bedece3b Author: Sean Vig gmail com> AuthorDate: Wed Oct 14 15:18:49 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 14 16:46:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dca07e dev-python/execnet: Add python3_5 target dev-python/execnet/execnet-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/execnet/execnet-1.4.1.ebuild b/dev-python/execnet/execnet-1.4.1.ebuild index 7e5cad3..3ecca02 100644 --- a/dev-python/execnet/execnet-1.4.1.ebuild +++ b/dev-python/execnet/execnet-1.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 ) inherit distutils-r1