From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A24F4138334 for ; Mon, 16 Jul 2018 19:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56061E0839; Mon, 16 Jul 2018 19:57:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19C29E0839 for ; Mon, 16 Jul 2018 19:57:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78ABB335C99 for ; Mon, 16 Jul 2018 19:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66DB537F for ; Mon, 16 Jul 2018 19:57:27 +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: <1531771032.bcccbcf2a953310e64d3c732cb497c8f10e1ca5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-forked/pytest-forked-0.2.ebuild X-VCS-Directories: dev-python/pytest-forked/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bcccbcf2a953310e64d3c732cb497c8f10e1ca5b X-VCS-Branch: master Date: Mon, 16 Jul 2018 19:57:27 +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: 76f941a0-cd8f-4cbf-9ae7-955f7bfabffb X-Archives-Hash: 7c7808d7a4a716ef623dea9aa9f94868 commit: bcccbcf2a953310e64d3c732cb497c8f10e1ca5b Author: Michał Górny gentoo org> AuthorDate: Sat Jul 14 20:15:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 16 19:57:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcccbcf2 dev-python/pytest-forked: Enable py3.7 dev-python/pytest-forked/pytest-forked-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild index ca671b48d93..ffb369e5144 100644 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild +++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1