diff options
author | Andrew Foster <gentoothings@liquid.me.uk> | 2021-06-10 11:30:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 03:55:03 +0000 |
commit | 8229916bed8ec749ca0bc5dbd1ed67a282746dcc (patch) | |
tree | 2f9b28869dc183bc3302b33f04379d996c6edac1 /net-mail | |
parent | sys-apps/systemd-tmpfiles: keyword 248.3 (diff) | |
download | gentoo-8229916bed8ec749ca0bc5dbd1ed67a282746dcc.tar.gz gentoo-8229916bed8ec749ca0bc5dbd1ed67a282746dcc.tar.bz2 gentoo-8229916bed8ec749ca0bc5dbd1ed67a282746dcc.zip |
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@liquid.me.uk>
Closes: https://github.com/gentoo/gentoo/pull/21186
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 75f2d05da3ab..dcad85db8ec6 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 |