summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Foster <gentoothings@liquid.me.uk>2021-06-10 11:30:58 +0100
committerSam James <sam@gentoo.org>2021-06-12 03:55:03 +0000
commit8229916bed8ec749ca0bc5dbd1ed67a282746dcc (patch)
tree2f9b28869dc183bc3302b33f04379d996c6edac1
parentsys-apps/systemd-tmpfiles: keyword 248.3 (diff)
downloadgentoo-8229916b.tar.gz
gentoo-8229916b.tar.bz2
gentoo-8229916b.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>
-rw-r--r--net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild2
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