app-text/wiki2beamer: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 18:25:15 +0000 (20:25 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 19:29:21 +0000 (21:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild

index 40614670ffab2c72f296ba4cefb35a73ccbdd75b..1b54b904be80392dc6cdf4ecfbd6d207a0573fbe 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 python-single-r1