diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 10:36:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 11:55:46 +0100 |
commit | cd3f25deb13cf4d6c9d721d515dbf772a988426f (patch) | |
tree | 423ea2268525779097c812fd1bef71091c26dc89 /net-dns/bind | |
parent | sys-apps/openrc: arm stable wrt bug #704600 (diff) | |
download | gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.gz gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.tar.bz2 gentoo-cd3f25deb13cf4d6c9d721d515dbf772a988426f.zip |
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.14.8.ebuild | 2 | ||||
-rw-r--r-- | net-dns/bind/bind-9.15.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.14.8.ebuild b/net-dns/bind/bind-9.14.8.ebuild index 13b29f45629a..b6efd7a98a38 100644 --- a/net-dns/bind/bind-9.14.8.ebuild +++ b/net-dns/bind/bind-9.14.8.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd diff --git a/net-dns/bind/bind-9.15.6.ebuild b/net-dns/bind/bind-9.15.6.ebuild index 346b2a0bfa87..b74ace998a0f 100644 --- a/net-dns/bind/bind-9.15.6.ebuild +++ b/net-dns/bind/bind-9.15.6.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd |