diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-17 22:59:26 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-17 22:59:26 -0400 |
commit | a257b2652cacf6027df7491950926a4c272b1f62 (patch) | |
tree | 6c3403914dedfb19396c853fb94f864448257121 /net-dns | |
parent | app-arch/brotli: Python 3.8 compatibility (diff) | |
download | gentoo-a257b2652cacf6027df7491950926a4c272b1f62.tar.gz gentoo-a257b2652cacf6027df7491950926a4c272b1f62.tar.bz2 gentoo-a257b2652cacf6027df7491950926a4c272b1f62.zip |
net-dns/avahi: 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-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/avahi/avahi-0.8-r2.ebuild b/net-dns/avahi/avahi-0.8-r2.ebuild index 9ffad96bddea..f08e3f2fba2f 100644 --- a/net-dns/avahi/avahi-0.8-r2.ebuild +++ b/net-dns/avahi/avahi-0.8-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="gdbm" inherit autotools flag-o-matic multilib-minimal mono-env python-r1 systemd |