summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-03-21 11:27:29 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-03-21 11:34:08 -0500
commit335d84aef07529a5ca2e855d4ce05dc24ffad79e (patch)
tree2c2b41234efc8fbcdcb8e6a4b920cd1ccf450155
parentkde-plasma: Drop unused patches (diff)
downloadgentoo-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
-rw-r--r--dev-python/secretstorage/secretstorage-2.3.1.ebuild4
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