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 147D8138BEF 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 42543E0810; Wed, 14 Oct 2015 17:21:19 +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 4EF79E0835 for ; Wed, 14 Oct 2015 17:21:18 +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 9028C34099A for ; Wed, 14 Oct 2015 17:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994CA10CB 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: <1444841213.8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild X-VCS-Directories: dev-python/pytest-xdist/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0 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: 4e887086-4852-4dbe-b66c-fcfb0aab0257 X-Archives-Hash: 3c2537f9964b447a9af6ebd43b6d099a commit: 8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0 Author: Sean Vig gmail com> AuthorDate: Wed Oct 14 15:20:19 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 14 16:46:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bedde18 dev-python/pytest-xdist: Add python3_5 target dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild index d6fc282..8eb076c 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1