summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-12-22 17:26:22 -0500
committerMarc Schiffbauer <mschiff@gentoo.org>2021-12-24 00:39:01 -1000
commitd80c6e3feb9f7b1d3975758888e6def04e8dec30 (patch)
tree0fff097816b8cce56d2134c7604cc20266f070f1 /net-libs/ldns
parentnet-dns/ldns-utils: drop obsolete USE flags (diff)
downloadgentoo-d80c6e3feb9f7b1d3975758888e6def04e8dec30.tar.gz
gentoo-d80c6e3feb9f7b1d3975758888e6def04e8dec30.tar.bz2
gentoo-d80c6e3feb9f7b1d3975758888e6def04e8dec30.zip
net-libs/ldns: disable py3.7
Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'net-libs/ldns')
-rw-r--r--net-libs/ldns/ldns-1.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ldns/ldns-1.8.1.ebuild b/net-libs/ldns/ldns-1.8.1.ebuild
index 51026edcbd17..acfc99af4f3e 100644
--- a/net-libs/ldns/ldns-1.8.1.ebuild
+++ b/net-libs/ldns/ldns-1.8.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-single-r1 multilib-minimal
DESCRIPTION="a library with the aim to simplify DNS programming in C"