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 94B52138334 for ; Fri, 29 Nov 2019 11:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE7DE094E; Fri, 29 Nov 2019 11:00:21 +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 C552AE094E for ; Fri, 29 Nov 2019 11:00:21 +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 0535734D594 for ; Fri, 29 Nov 2019 11:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D058AD for ; Fri, 29 Nov 2019 11:00:00 +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: <1575025188.ef7248aa3685b576d453fbbb54ea9629eaa7dac0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/diffmask/diffmask-0.3.3-r4.ebuild app-portage/diffmask/diffmask-9999.ebuild X-VCS-Directories: app-portage/diffmask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef7248aa3685b576d453fbbb54ea9629eaa7dac0 X-VCS-Branch: master Date: Fri, 29 Nov 2019 11:00:00 +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: a0bf555b-448b-4503-96b6-9f7d11f8bf90 X-Archives-Hash: 19b52b6bd4f3bf9889bea740aeb8e58e commit: ef7248aa3685b576d453fbbb54ea9629eaa7dac0 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 29 08:29:16 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 29 10:59:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7248aa app-portage/diffmask: Enable py3.7 Signed-off-by: Michał Górny gentoo.org> app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +- app-portage/diffmask/diffmask-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index 0f2b49d1e55..dd881f74bd0 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index f2c1fc19249..b8f95825456 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 git-r3