diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-05-01 17:37:04 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-05-01 17:37:30 -0700 |
commit | 39b2ac72dc9df88a4277d5c39880c62720ea197f (patch) | |
tree | 03bd8cae25d6d4f935a64b307ef78c035cc85455 /dev-python/python-iptables | |
parent | profiles/thirdpartymirrors: use https for download.gnome.org (diff) | |
download | gentoo-39b2ac72dc9df88a4277d5c39880c62720ea197f.tar.gz gentoo-39b2ac72dc9df88a4277d5c39880c62720ea197f.tar.bz2 gentoo-39b2ac72dc9df88a4277d5c39880c62720ea197f.zip |
dev-python/python-iptables: Add python3_6 to PYTHON_COMPAT, move to EAPI=6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-iptables')
-rw-r--r-- | dev-python/python-iptables/python-iptables-0.11.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-iptables/python-iptables-0.11.0.ebuild b/dev-python/python-iptables/python-iptables-0.11.0.ebuild index 087611828e84..e294f95ec8fc 100644 --- a/dev-python/python-iptables/python-iptables-0.11.0.ebuild +++ b/dev-python/python-iptables/python-iptables-0.11.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="Python bindings for iptables" |