Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/
Date: Sat, 25 Apr 2020 13:34:08
Message-Id: 1587821607.45c353d11d8356a7a522c1b0a9bc3c81728eb4f6.dilfridge@gentoo
1 commit: 45c353d11d8356a7a522c1b0a9bc3c81728eb4f6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 13:33:27 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 13:33:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c353d1
7
8 app-text/krop: Allow Python 3.7 and 3.8
9
10 Closes: https://bugs.gentoo.org/718254
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-text/krop/krop-0.5.1-r1.ebuild | 2 +-
15 app-text/krop/krop-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild
19 index 3a3c251466e..e9619cb9db0 100644
20 --- a/app-text/krop/krop-0.5.1-r1.ebuild
21 +++ b/app-text/krop/krop-0.5.1-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit desktop distutils-r1 xdg-utils
30
31
32 diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild
33 index 67c084e81c6..5dbe780b3d8 100644
34 --- a/app-text/krop/krop-9999.ebuild
35 +++ b/app-text/krop/krop-9999.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python3_6 )
41 +PYTHON_COMPAT=( python3_{6,7,8} )
42
43 inherit desktop distutils-r1 xdg-utils