summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-29 08:54:59 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-29 10:06:36 +0200
commit5e1b8259dd8430271b900667381eaae48d195a38 (patch)
tree53a49e2832017a1d694418d5f296ca09ad2851fd
parentdev-python/django-otp: Bump to 1.0.6 (diff)
downloadgentoo-5e1b8259dd8430271b900667381eaae48d195a38.tar.gz
gentoo-5e1b8259dd8430271b900667381eaae48d195a38.tar.bz2
gentoo-5e1b8259dd8430271b900667381eaae48d195a38.zip
net-dns/avahi: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-dns/avahi/avahi-0.8-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.8-r4.ebuild b/net-dns/avahi/avahi-0.8-r4.ebuild
index b7310b994e3a..ec5bc43d804f 100644
--- a/net-dns/avahi/avahi-0.8-r4.ebuild
+++ b/net-dns/avahi/avahi-0.8-r4.ebuild
@@ -3,12 +3,12 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="gdbm"
inherit autotools flag-o-matic multilib-minimal mono-env python-single-r1 systemd
DESCRIPTION="System which facilitates service discovery on a local network"
-HOMEPAGE="http://avahi.org/"
+HOMEPAGE="https://avahi.org/"
SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"