From 335d84aef07529a5ca2e855d4ce05dc24ffad79e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 21 Mar 2017 11:27:29 -0500 Subject: [PATCH] dev-python/secretstorage: supports python 3.6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/secretstorage/secretstorage-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/secretstorage/secretstorage-2.3.1.ebuild b/dev-python/secretstorage/secretstorage-2.3.1.ebuild index bd710bf902583..ce307bf9ed13f 100644 --- a/dev-python/secretstorage/secretstorage-2.3.1.ebuild +++ b/dev-python/secretstorage/secretstorage-2.3.1.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1