dev-python/manuel: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 13:40:56 +0000 (15:40 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:17 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/manuel/manuel-1.8.0.ebuild

index dbf86dafcf4ac9e82cec660913846368066978e5..965da71f9d49d56caaa9c8e7e7b32b0a202f0984 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
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 
 inherit distutils-r1