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 691C5138334 for ; Wed, 18 Jul 2018 09:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00400E0878; Wed, 18 Jul 2018 09:41:21 +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 C552CE0878 for ; Wed, 18 Jul 2018 09:41:20 +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 434AB335CB7 for ; Wed, 18 Jul 2018 09:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3412E375 for ; Wed, 18 Jul 2018 09:41:17 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1531906859.c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-greenlet/python-greenlet-1.0.ebuild X-VCS-Directories: virtual/python-greenlet/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a X-VCS-Branch: master Date: Wed, 18 Jul 2018 09:41:17 +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: 9bbc4653-e283-4aad-b1cb-d12cb3ae2c18 X-Archives-Hash: f3bea821a99456d839f2e9f872e7974c commit: c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a Author: Ultrabug gentoo org> AuthorDate: Wed Jul 18 09:33:55 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Jul 18 09:40:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80cb36c virtual/python-greenlet: add python3.7 support Package-Manager: Portage-2.3.43, Repoman-2.3.10 virtual/python-greenlet/python-greenlet-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild index 4f2384226a7..13bded7e61d 100644 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit python-r1