From ef7248aa3685b576d453fbbb54ea9629eaa7dac0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 29 Nov 2019 09:29:16 +0100 Subject: app-portage/diffmask: Enable py3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +- app-portage/diffmask/diffmask-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-portage') diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index 0f2b49d1e55c..dd881f74bd08 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 f2c1fc19249a..b8f95825456d 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 -- cgit v1.2.3-65-gdbad