commit: c5263416655bdea03e683eb2521a1311b4551513
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 22:41:30 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 22:47:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5263416
dev-python/libvirt-python: add python3_6 to live ebuild
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild
b/dev-python/libvirt-python/libvirt-python-9999.ebuild
index 34efdc0f4c1..68144b5027c 100644
--- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
@@ -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}"