diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-05-28 21:05:00 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-05-28 21:06:57 -0400 |
commit | 1e3bfb35dc8d9e84ff3c9a0182fbbfd76af94073 (patch) | |
tree | 3469f09425e6a0ef146b298e7210e9857ce3621a /mail-filter/spf-engine | |
parent | xfce-extra/thunar-volman: add riscv keyword (diff) | |
download | gentoo-1e3bfb35dc8d9e84ff3c9a0182fbbfd76af94073.tar.gz gentoo-1e3bfb35dc8d9e84ff3c9a0182fbbfd76af94073.tar.bz2 gentoo-1e3bfb35dc8d9e84ff3c9a0182fbbfd76af94073.zip |
mail-filter/spf-engine: new revision with python-3.9 support.
Closes: https://bugs.gentoo.org/792162
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'mail-filter/spf-engine')
-rw-r--r-- | mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild (renamed from mail-filter/spf-engine/spf-engine-2.9.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spf-engine/spf-engine-2.9.2.ebuild b/mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild index 8ce61a814053..a57645e10980 100644 --- a/mail-filter/spf-engine/spf-engine-2.9.2.ebuild +++ b/mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) # The built-in ipaddress module handles the parsing of IP addresses. If # python is built without ipv6 support, then ipaddress can't parse ipv6 |