commit: cc505063b387990c5369e5049d73404f02aa91f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 09:00:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 09:00:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc505063
mail-filter/spf-engine: dev-lang/python is now ipv6(+)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{spf-engine-2.9.2-r1.ebuild => spf-engine-2.9.2-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
similarity index 99%
rename from mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild
rename to mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild
index 25381a86714..4936a62e0ed 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