Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/
Date: Thu, 19 May 2022 02:25:48
Message-Id: 1652927136.660b6a9e30d226024642ba8c4ede9a490b019c7b.sam@gentoo
1 commit: 660b6a9e30d226024642ba8c4ede9a490b019c7b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 02:25:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 02:25:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b6a9e
7
8 app-text/xapers: drop Python 3.7
9
10 noop anyway
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-text/xapers/xapers-0.9.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild
18 index 27a7b93bf325..c4c718c76b75 100644
19 --- a/app-text/xapers/xapers-0.9.0.ebuild
20 +++ b/app-text/xapers/xapers-0.9.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..10} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit distutils-r1