Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spf-engine/
Date: Tue, 31 Aug 2021 09:05:45
Message-Id: 1630400449.cc505063b387990c5369e5049d73404f02aa91f7.mgorny@gentoo
1 commit: cc505063b387990c5369e5049d73404f02aa91f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 09:00:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 09:00:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc505063
7
8 mail-filter/spf-engine: dev-lang/python is now ipv6(+)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{spf-engine-2.9.2-r1.ebuild => spf-engine-2.9.2-r3.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 similarity index 99%
17 rename from mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild
18 rename to mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild
19 index 25381a86714..4936a62e0ed 100644
20 --- a/mail-filter/spf-engine/spf-engine-2.9.2-r1.ebuild
21 +++ b/mail-filter/spf-engine/spf-engine-2.9.2-r3.ebuild
22 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
23 # python is built without ipv6 support, then ipaddress can't parse ipv6
24 # addresses, and the daemon will crash if it sees an ipv6 SPF record. In
25 # other words, it's completely broken.
26 -PYTHON_REQ_USE="ipv6"
27 +PYTHON_REQ_USE="ipv6(+)"
28
29 # setup.py defines entry_points
30 DISTUTILS_USE_SETUPTOOLS=rdepend