dev-python/libvirt-python: add python3_6 to live ebuild

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Matthias Maier
2018-04-14 17:41:30 -05:00
parent f3412170ab
commit c526341665

View 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}"