Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/queue-repair/
Date: Sat, 12 Jun 2021 03:55:36
Message-Id: 1623470103.8229916bed8ec749ca0bc5dbd1ed67a282746dcc.sam@gentoo
1 commit: 8229916bed8ec749ca0bc5dbd1ed67a282746dcc
2 Author: Andrew Foster <gentoothings <AT> liquid <DOT> me <DOT> uk>
3 AuthorDate: Thu Jun 10 10:30:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 03:55:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8229916b
7
8 net-mail/queue-repair: Allowed for python 3.9 compatability
9
10 Bug: https://bugs.gentoo.org/793212
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Andrew Foster <gentoothings <AT> liquid.me.uk>
13 Closes: https://github.com/gentoo/gentoo/pull/21186
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
20 index 75f2d05da3a..dcad85db8ec 100644
21 --- a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
22 +++ b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29
30 inherit python-single-r1