diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:27:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:50:48 +0200 |
commit | 7430855da2cda6db8fcb84a6ebe2903f39bfeea6 (patch) | |
tree | ad3f557469ffc84ca8fba7b11493c0e7e1505f25 /net-misc/openvswitch | |
parent | dev-python/ovs: Support python 3.6 (diff) | |
download | gentoo-7430855da2cda6db8fcb84a6ebe2903f39bfeea6.tar.gz gentoo-7430855da2cda6db8fcb84a6ebe2903f39bfeea6.tar.bz2 gentoo-7430855da2cda6db8fcb84a6ebe2903f39bfeea6.zip |
net-misc/openvswitch: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index e5269337cd7e..733122d89e84 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools eutils linux-info linux-mod python-r1 systemd |