diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-21 11:27:29 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-21 11:34:08 -0500 |
commit | 335d84aef07529a5ca2e855d4ce05dc24ffad79e (patch) | |
tree | 2c2b41234efc8fbcdcb8e6a4b920cd1ccf450155 /dev-python/secretstorage | |
parent | kde-plasma: Drop unused patches (diff) | |
download | gentoo-335d84aef07529a5ca2e855d4ce05dc24ffad79e.tar.gz gentoo-335d84aef07529a5ca2e855d4ce05dc24ffad79e.tar.bz2 gentoo-335d84aef07529a5ca2e855d4ce05dc24ffad79e.zip |
dev-python/secretstorage: supports python 3.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-2.3.1.ebuild | 4 |
1 files 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 bd710bf90258..ce307bf9ed13 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 |