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: Tue, 11 Feb 2020 11:38:36
Message-Id: 1581421087.6d81b4c4503396cb0b1c2daad235eb25d960c9f3.mgorny@gentoo
1 commit: 6d81b4c4503396cb0b1c2daad235eb25d960c9f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:29:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d81b4c4
7
8 app-portage/diffmask: Remove py2
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 696a18ca528..24c622a843e 100644
18 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
19 +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=no
24 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
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 e644b0bc2a5..b1bce60981a 100644
32 --- a/app-portage/diffmask/diffmask-9999.ebuild
33 +++ b/app-portage/diffmask/diffmask-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36
37 DISTUTILS_USE_SETUPTOOLS=no
38 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
39 +PYTHON_COMPAT=( python3_{6,7,8} )
40
41 inherit distutils-r1 git-r3