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: sys-apps/elivepatch-client/
Date: Wed, 05 Feb 2020 16:27:35
Message-Id: 1580919981.a221e0d3e77489872f2f3a1146d840329d5cbdf9.mgorny@gentoo
1 commit: a221e0d3e77489872f2f3a1146d840329d5cbdf9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:26:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:26:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a221e0d3
7
8 sys-apps/elivepatch-client: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild | 2 +-
13 sys-apps/elivepatch-client/elivepatch-client-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
17 index 54da6b5385e..b8302c17b2c 100644
18 --- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
19 +++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
31 index 0ed53b984fd..ef9800d25da 100644
32 --- a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
33 +++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit distutils-r1