From 63724b819ab7e4c9920997c593225401342a9e06 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 5 Oct 2016 08:19:50 -0500 Subject: sys-cluster/neutron: disabling py3 until it works https://bugs.launchpad.net/neutron/+bug/1630439 Package-Manager: portage-2.3.0 --- sys-cluster/neutron/neutron-2016.2.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-cluster') diff --git a/sys-cluster/neutron/neutron-2016.2.9999.ebuild b/sys-cluster/neutron/neutron-2016.2.9999.ebuild index aac78da03dc8..1a66a80fdc8e 100644 --- a/sys-cluster/neutron/neutron-2016.2.9999.ebuild +++ b/sys-cluster/neutron/neutron-2016.2.9999.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) +# still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439 inherit distutils-r1 git-r3 linux-info user -- cgit v1.2.3-65-gdbad