Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
Date: Fri, 29 Nov 2019 11:00:22
Message-Id: 1575025188.ef7248aa3685b576d453fbbb54ea9629eaa7dac0.mgorny@gentoo
1 commit: ef7248aa3685b576d453fbbb54ea9629eaa7dac0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 08:29:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 10:59:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7248aa
7
8 app-portage/diffmask: Enable py3.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
13 app-portage/diffmask/diffmask-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
17 index 0f2b49d1e55..dd881f74bd0 100644
18 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
19 +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
25 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
26
27 inherit distutils-r1
28
29
30 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
31 index f2c1fc19249..b8f95825456 100644
32 --- a/app-portage/diffmask/diffmask-9999.ebuild
33 +++ b/app-portage/diffmask/diffmask-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
39 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
40
41 inherit distutils-r1 git-r3