dev-python/snakeoil: add py36 support
authorTim Harder <radhermit@gentoo.org>
Mon, 27 Feb 2017 01:37:17 +0000 (20:37 -0500)
committerTim Harder <radhermit@gentoo.org>
Mon, 27 Feb 2017 01:39:17 +0000 (20:39 -0500)
dev-python/snakeoil/snakeoil-9999.ebuild

index ac03b968dcbe7511d8f12244ea69b75ecf7faa23..3372fc9448929f3d90a0587ba3e110357b4d9f6a 100644 (file)
@@ -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