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/flaggie/
Date: Tue, 11 Feb 2020 11:38:34
Message-Id: 1581421092.439300574cbc69939e762b2971aec75500971862.mgorny@gentoo
1 commit: 439300574cbc69939e762b2971aec75500971862
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:30:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43930057
7
8 app-portage/flaggie: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/flaggie/flaggie-0.2.1-r1.ebuild | 2 +-
13 app-portage/flaggie/flaggie-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
17 index 2257dbe98c4..b83500f62a8 100644
18 --- a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
19 +++ b/app-portage/flaggie/flaggie-0.2.1-r1.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 bash-completion-r1 distutils-r1
28
29
30 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
31 index 4a0285406c3..27b6ebe6955 100644
32 --- a/app-portage/flaggie/flaggie-9999.ebuild
33 +++ b/app-portage/flaggie/flaggie-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 EGIT_REPO_URI="https://github.com/mgorny/flaggie.git"
42 inherit bash-completion-r1 distutils-r1 git-r3