commit: 63724b819ab7e4c9920997c593225401342a9e06 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 13:19:50 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 13:19:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63724b81
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(-) diff --git a/sys-cluster/neutron/neutron-2016.2.9999.ebuild b/sys-cluster/neutron/neutron-2016.2.9999.ebuild index aac78da..1a66a80 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
