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 40C9D138334 for ; Sun, 13 Oct 2019 20:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C633E0824; Sun, 13 Oct 2019 20:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D0E58E0824 for ; Sun, 13 Oct 2019 20:23:23 +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 6A91234BCC1 for ; Sun, 13 Oct 2019 20:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED2FF7F5 for ; Sun, 13 Oct 2019 20:23:19 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1570998193.b6d3a0a2b8f239db65fd07fa3ecc5077bcfba9c7.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/args/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/args/args-0.1.0.ebuild X-VCS-Directories: dev-python/args/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b6d3a0a2b8f239db65fd07fa3ecc5077bcfba9c7 X-VCS-Branch: master Date: Sun, 13 Oct 2019 20:23:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa18474f-8310-423d-91b7-c293de9eedc1 X-Archives-Hash: cad69bfa4522b4e27456ff420e9e3c74 commit: b6d3a0a2b8f239db65fd07fa3ecc5077bcfba9c7 Author: Craig Andrews gentoo org> AuthorDate: Sun Oct 13 20:18:53 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Oct 13 20:23:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d3a0a2 dev-python/args: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> dev-python/args/args-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/args/args-0.1.0.ebuild b/dev-python/args/args-0.1.0.ebuild index 8c8ffbff988..f16cc707904 100644 --- a/dev-python/args/args-0.1.0.ebuild +++ b/dev-python/args/args-0.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1