dev-python/breathe: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:34:58 +0000 (22:34 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:34:58 +0000 (22:34 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/breathe/breathe-4.6.0.ebuild

index ed1e407e4760ba33002175ae5e93983988928998..ba5765578580dd77f097a77ce1af74a49c9bed4f 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=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1