diff options
Diffstat (limited to 'dev-python/pyroute2')
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.4.12.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.4.21.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyroute2/pyroute2-0.5.5.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild b/dev-python/pyroute2/pyroute2-0.4.12.ebuild index 1e5889bbd81e..53a42eeb3e48 100644 --- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild +++ b/dev-python/pyroute2/pyroute2-0.4.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pyroute2/pyroute2-0.4.21.ebuild b/dev-python/pyroute2/pyroute2-0.4.21.ebuild index 1e5889bbd81e..53a42eeb3e48 100644 --- a/dev-python/pyroute2/pyroute2-0.4.21.ebuild +++ b/dev-python/pyroute2/pyroute2-0.4.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/pyroute2/pyroute2-0.5.5.ebuild b/dev-python/pyroute2/pyroute2-0.5.5.ebuild index 0d5e359064cf..6f691d5bd943 100644 --- a/dev-python/pyroute2/pyroute2-0.5.5.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 |