From 4067c906b8d4b47a1b68085de3d37dc04db9327b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Mar 2017 14:09:38 -0700 Subject: dev-python/netaddr: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/netaddr/netaddr-0.7.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/netaddr/netaddr-0.7.18.ebuild b/dev-python/netaddr/netaddr-0.7.18.ebuild index 10329d69b9c6..26d065c0e62e 100644 --- a/dev-python/netaddr/netaddr-0.7.18.ebuild +++ b/dev-python/netaddr/netaddr-0.7.18.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=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad