diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-31 11:00:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-31 11:00:49 +0200 |
commit | cc505063b387990c5369e5049d73404f02aa91f7 (patch) | |
tree | cd5f9f33647b89c00366852a1a14e018a0b72a90 /mail-filter/spf-engine | |
parent | dev-python/pyspf: Use ipv6 unconditionally (diff) | |
download | gentoo-cc505063b387990c5369e5049d73404f02aa91f7.tar.gz gentoo-cc505063b387990c5369e5049d73404f02aa91f7.tar.bz2 gentoo-cc505063b387990c5369e5049d73404f02aa91f7.zip |
mail-filter/spf-engine: dev-lang/python is now ipv6(+)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter/spf-engine')
-rw-r--r-- | mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild (renamed from mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild b/mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild index 25381a867142..4936a62e0edb 100644 --- a/mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild +++ b/mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) # python is built without ipv6 support, then ipaddress can't parse ipv6 # addresses, and the daemon will crash if it sees an ipv6 SPF record. In # other words, it's completely broken. -PYTHON_REQ_USE="ipv6" +PYTHON_REQ_USE="ipv6(+)" # setup.py defines entry_points DISTUTILS_USE_SETUPTOOLS=rdepend |