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: Mon, 04 Jul 2022 15:47:24
Message-Id: 1656949626.fcca9933ff4ffd56f4c2b244fc3b0f7b167161a7.dilfridge@gentoo
1 commit: fcca9933ff4ffd56f4c2b244fc3b0f7b167161a7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 15:46:39 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 15:47:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcca9933
7
8 app-text/krop: Allow python 3.10
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 app-text/krop/krop-0.6.0-r1.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.6.0-r1.ebuild b/app-text/krop/krop-0.6.0-r1.ebuild
17 index 6085c6264fb8..9ba6a12603e4 100644
18 --- a/app-text/krop/krop-0.6.0-r1.ebuild
19 +++ b/app-text/krop/krop-0.6.0-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{8,9,10} )
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27
28 inherit desktop distutils-r1 xdg-utils
29
30 diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild
31 index 71df1f4d3c20..8495b133a7c0 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=( python3_{7,8,9} )
39 +PYTHON_COMPAT=( python3_{8,9,10} )
40 DISTUTILS_USE_SETUPTOOLS=rdepend
41
42 inherit desktop distutils-r1 xdg-utils