Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/
Date: Fri, 24 Dec 2021 10:57:47
Message-Id: 1640342341.d80c6e3feb9f7b1d3975758888e6def04e8dec30.mschiff@gentoo
1 commit: d80c6e3feb9f7b1d3975758888e6def04e8dec30
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 22:26:22 2021 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 10:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80c6e3f
7
8 net-libs/ldns: disable py3.7
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
12
13 net-libs/ldns/ldns-1.8.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/ldns/ldns-1.8.1.ebuild b/net-libs/ldns/ldns-1.8.1.ebuild
17 index 51026edcbd17..acfc99af4f3e 100644
18 --- a/net-libs/ldns/ldns-1.8.1.ebuild
19 +++ b/net-libs/ldns/ldns-1.8.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=8
24 -PYTHON_COMPAT=( python3_{7,8,9,10} )
25 +PYTHON_COMPAT=( python3_{8,9,10} )
26 inherit python-single-r1 multilib-minimal
27
28 DESCRIPTION="a library with the aim to simplify DNS programming in C"