diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-04-30 01:54:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 22:17:10 +0000 |
commit | c6202801cce59ccc7d17f7732636afa96fd42551 (patch) | |
tree | 97c9a36657bc992dd263f67dc8aec23aae6d68c8 /net-dns | |
parent | net-dns/maradns: Respect CFLAGS/LDFLAGS (diff) | |
download | gentoo-c6202801cce59ccc7d17f7732636afa96fd42551.tar.gz gentoo-c6202801cce59ccc7d17f7732636afa96fd42551.tar.bz2 gentoo-c6202801cce59ccc7d17f7732636afa96fd42551.zip |
net-dns/maradns: Port to python 3.9
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/maradns/maradns-3.5.0005.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/maradns/maradns-3.5.0005.ebuild b/net-dns/maradns/maradns-3.5.0005.ebuild index 13c34daf2065..0b520db460fc 100644 --- a/net-dns/maradns/maradns-3.5.0005.ebuild +++ b/net-dns/maradns/maradns-3.5.0005.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 systemd toolchain-funcs DESCRIPTION="A security-aware DNS server" |