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-text/krop/
Date: Wed, 05 Feb 2020 19:53:43
Message-Id: 1580932400.e83d38115c5e2b59149249ca3a89f4e93e0b8721.mgorny@gentoo
1 commit: e83d38115c5e2b59149249ca3a89f4e93e0b8721
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 19:42:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 19:53:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83d3811
7
8 app-text/krop: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/krop/krop-0.5.1.ebuild | 2 +-
13 app-text/krop/krop-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/krop/krop-0.5.1.ebuild b/app-text/krop/krop-0.5.1.ebuild
17 index 986c8fe5c03..8dc3d8371c9 100644
18 --- a/app-text/krop/krop-0.5.1.ebuild
19 +++ b/app-text/krop/krop-0.5.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit eutils distutils-r1 xdg-utils
28
29
30 diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild
31 index 0888b2ff9ae..b7f325ef3b8 100644
32 --- a/app-text/krop/krop-9999.ebuild
33 +++ b/app-text/krop/krop-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_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit desktop distutils-r1 xdg-utils