diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:02:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:31 +0200 |
commit | 30e417cef62db597aa24b9401231b51746cf2514 (patch) | |
tree | 26ceca2b5ba784a0895a7b5101bf50c80545161e | |
parent | net-firewall/firewalld: Support newer python (diff) | |
download | gentoo-30e417cef62db597aa24b9401231b51746cf2514.tar.gz gentoo-30e417cef62db597aa24b9401231b51746cf2514.tar.bz2 gentoo-30e417cef62db597aa24b9401231b51746cf2514.zip |
net-analyzer/ripe-atlas-tools: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild index aaf26c337d5a..f04c6b9c7274 100644 --- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild +++ b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |