dev-python/python-djvulibre: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 18:58:31 +0000 (20:58 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:20:55 +0000 (21:20 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-djvulibre/python-djvulibre-0.8.ebuild

index 7eeb2b6538951d4adc1a32d78dc9ff46b72182d7..9b7b81260c33cd8e2521a8efe5c0a96a83abbf67 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1