diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /net-dns | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.10.3_p4.ebuild | 2 | ||||
-rw-r--r-- | net-dns/bind/bind-9.10.4_p3.ebuild | 2 | ||||
-rw-r--r-- | net-dns/bind/bind-9.11.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/bind/bind-9.10.3_p4.ebuild b/net-dns/bind/bind-9.10.3_p4.ebuild index 86eeaccc6035..2910d6f75a25 100644 --- a/net-dns/bind/bind-9.10.3_p4.ebuild +++ b/net-dns/bind/bind-9.10.3_p4.ebuild @@ -13,7 +13,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd diff --git a/net-dns/bind/bind-9.10.4_p3.ebuild b/net-dns/bind/bind-9.10.4_p3.ebuild index 680f5f97a217..1786937b40ce 100644 --- a/net-dns/bind/bind-9.10.4_p3.ebuild +++ b/net-dns/bind/bind-9.10.4_p3.ebuild @@ -13,7 +13,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd diff --git a/net-dns/bind/bind-9.11.0.ebuild b/net-dns/bind/bind-9.11.0.ebuild index f81e861b63e7..2936c7bf8e7e 100644 --- a/net-dns/bind/bind-9.11.0.ebuild +++ b/net-dns/bind/bind-9.11.0.ebuild @@ -13,7 +13,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd |