diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-20 18:42:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-20 18:43:19 +0300 |
commit | fec05f6bbdeb031294c1cea755221be95d98d75a (patch) | |
tree | da93266774ac15f83f3d57b1cb961b10247e223e /net-dns | |
parent | net-dns/bind: Drop old (diff) | |
download | gentoo-fec05f6bbdeb031294c1cea755221be95d98d75a.tar.gz gentoo-fec05f6bbdeb031294c1cea755221be95d98d75a.tar.bz2 gentoo-fec05f6bbdeb031294c1cea755221be95d98d75a.zip |
net-dns/bind: lift PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.16.10.ebuild | 2 | ||||
-rw-r--r-- | net-dns/bind/bind-9.16.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.16.10.ebuild b/net-dns/bind/bind-9.16.10.ebuild index 34c9fe7e5fbb..4de4141f7803 100644 --- a/net-dns/bind/bind-9.16.10.ebuild +++ b/net-dns/bind/bind-9.16.10.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 autotools toolchain-funcs flag-o-matic db-use systemd tmpfiles diff --git a/net-dns/bind/bind-9.16.8.ebuild b/net-dns/bind/bind-9.16.8.ebuild index b01bc14d98fc..e64dd219e6c9 100644 --- a/net-dns/bind/bind-9.16.8.ebuild +++ b/net-dns/bind/bind-9.16.8.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 autotools toolchain-funcs flag-o-matic db-use systemd tmpfiles |