Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/
Date: Tue, 18 May 2021 15:55:24
Message-Id: 1621347964.be23007525f3a30c44b545df9afea19667c97c33.bkohler@gentoo
1 commit: be23007525f3a30c44b545df9afea19667c97c33
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 14:26:04 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 14:26:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be230075
7
8 app-admin/xkcdpass: add python3_10 compat
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-admin/xkcdpass/xkcdpass-1.17.6-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/xkcdpass/xkcdpass-1.17.6-r1.ebuild b/app-admin/xkcdpass/xkcdpass-1.17.6-r1.ebuild
17 index ee512ef6032..766235ec821 100644
18 --- a/app-admin/xkcdpass/xkcdpass-1.17.6-r1.ebuild
19 +++ b/app-admin/xkcdpass/xkcdpass-1.17.6-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{7,8,9,10} )
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27 inherit distutils-r1