commit: 8229916bed8ec749ca0bc5dbd1ed67a282746dcc Author: Andrew Foster <gentoothings <AT> liquid <DOT> me <DOT> uk> AuthorDate: Thu Jun 10 10:30:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 12 03:55:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8229916b
net-mail/queue-repair: Allowed for python 3.9 compatability Bug: https://bugs.gentoo.org/793212 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andrew Foster <gentoothings <AT> liquid.me.uk> Closes: https://github.com/gentoo/gentoo/pull/21186 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 75f2d05da3a..dcad85db8ec 100644 --- a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild +++ b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-single-r1
