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 55394138334 for ; Wed, 25 Sep 2019 18:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AA13E086B; Wed, 25 Sep 2019 18:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7FD40E086B for ; Wed, 25 Sep 2019 18:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3DE8A34B599 for ; Wed, 25 Sep 2019 18:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 818567F2 for ; Wed, 25 Sep 2019 18:36:40 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1569436599.f74f979e8adfe561a63418927257c01a52618f92.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-plugins/click-plugins-1.0.3.ebuild X-VCS-Directories: dev-python/click-plugins/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: f74f979e8adfe561a63418927257c01a52618f92 X-VCS-Branch: master Date: Wed, 25 Sep 2019 18:36:40 +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: 0f016d54-8703-4513-ba0a-e14aa0f93e5b X-Archives-Hash: 1e108509c9fbd552b1a12e4a826b0884 commit: f74f979e8adfe561a63418927257c01a52618f92 Author: Rick Farina gentoo org> AuthorDate: Wed Sep 25 18:36:25 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Sep 25 18:36:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f979e dev-python/click-plugins: python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> dev-python/click-plugins/click-plugins-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild index e0e394b4eed..81a2844d607 100644 --- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild +++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1