summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-04-14 17:41:30 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-04-14 17:47:21 -0500
commitc5263416655bdea03e683eb2521a1311b4551513 (patch)
treea9f9d6ee79267019fffb1337c196ef5bc5b58509 /dev-python/libvirt-python
parentapp-emulation/virt-manager: fix dependencies in live ebuild (diff)
downloadgentoo-c5263416655bdea03e683eb2521a1311b4551513.tar.gz
gentoo-c5263416655bdea03e683eb2521a1311b4551513.tar.bz2
gentoo-c5263416655bdea03e683eb2521a1311b4551513.zip
dev-python/libvirt-python: add python3_6 to live ebuild
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r--dev-python/libvirt-python/libvirt-python-9999.ebuild4
1 files 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 34efdc0f4c12..68144b5027c7 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}"