dev-python/libvirt-python: add python3_6 to live ebuild
authorMatthias Maier <tamiko@gentoo.org>
Sat, 14 Apr 2018 22:41:30 +0000 (17:41 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sat, 14 Apr 2018 22:47:21 +0000 (17:47 -0500)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-python/libvirt-python/libvirt-python-9999.ebuild

index 34efdc0f4c12eb54a9e0103563023ce5b05fc1cb..68144b5027c7a0eb94da5aade7819ade2305c1d7 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=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 MY_P="${P/_rc/-rc}"