net-libs/ldns: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:42:01 +0000 (13:42 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:55:15 +0000 (13:55 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
net-libs/ldns/ldns-1.7.1-r1.ebuild

index 9c697a8881f04c0d5a43e124a4899f94325cacf4..edf493040f58be1f4f950a4bcc5f5172b9fe3a6e 100644 (file)
@@ -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"