summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-02-26 20:37:17 -0500
committerTim Harder <radhermit@gentoo.org>2017-02-26 20:39:17 -0500
commit7de43b65c2f61fe28c60aaf626be9e0ea5c1d6b6 (patch)
treeeea849157b71854920892433ebdea216de975eb6
parentsys-kernel/gentoo-sources: Linux patch 4.10.1 (diff)
downloadgentoo-7de43b65.tar.gz
gentoo-7de43b65.tar.bz2
gentoo-7de43b65.zip
dev-python/snakeoil: add py36 support
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
index ac03b968dcbe..3372fc944892 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-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
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1