dev-python/pycanberra: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:59:13 +0000 (17:59 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:16 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pycanberra/pycanberra-0_pre20130515.ebuild

index ae8a4c33bfbd19ad89beec3eb444d1853b49ce96..0f91b3417be174f10996caf88812defdcb84eeb6 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-r1