diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 16:26:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:32:36 +0200 |
commit | 4a0d3e7c8c7e02db3b3f44d1f4b0db90906841c3 (patch) | |
tree | e9a33455b738f05bdd82b7890da99adfbb176a33 /net-libs/ripe-atlas-sagan | |
parent | net-analyzer/pypacker: Support newer python (diff) | |
download | gentoo-4a0d3e7c8c7e02db3b3f44d1f4b0db90906841c3.tar.gz gentoo-4a0d3e7c8c7e02db3b3f44d1f4b0db90906841c3.tar.bz2 gentoo-4a0d3e7c8c7e02db3b3f44d1f4b0db90906841c3.zip |
net-libs/ripe-atlas-sagan: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/ripe-atlas-sagan')
-rw-r--r-- | net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild index b4d681eb89dd..93871434fc06 100644 --- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild +++ b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 |