summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-04-18 13:42:01 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-18 13:55:15 -0400
commitfb35cdbab26092a16864f89c35f1ddd1b3c6a7c9 (patch)
tree000253f440594b566959ddeee53f0bfcd4851130 /net-libs/ldns
parentsys-libs/libblockdev: Python 3.8 compatibility (diff)
downloadgentoo-fb35cdbab26092a16864f89c35f1ddd1b3c6a7c9.tar.gz
gentoo-fb35cdbab26092a16864f89c35f1ddd1b3c6a7c9.tar.bz2
gentoo-fb35cdbab26092a16864f89c35f1ddd1b3c6a7c9.zip
net-libs/ldns: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/ldns')
-rw-r--r--net-libs/ldns/ldns-1.7.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index 9c697a8881f0..edf493040f58 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit eutils ltprune multilib-minimal python-single-r1
DESCRIPTION="a library with the aim to simplify DNS programming in C"