From 1bf38fc911aeee113ab6308c41ffcaae37fb5d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Wed, 17 May 2017 01:06:55 +0200 Subject: [PATCH] dev-python/paramiko: Add python3_6 to live Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/paramiko/paramiko-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/paramiko/paramiko-9999.ebuild b/dev-python/paramiko/paramiko-9999.ebuild index 0f43f0bf1db99..e4db306f700bd 100644 --- a/dev-python/paramiko/paramiko-9999.ebuild +++ b/dev-python/paramiko/paramiko-9999.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 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 git-r3