summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/neutron/ChangeLog6
-rw-r--r--sys-cluster/neutron/neutron-2013.1.4-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog
index 229a40d5f22a..703ca9521e1b 100644
--- a/sys-cluster/neutron/ChangeLog
+++ b/sys-cluster/neutron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/neutron
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.19 2013/12/13 20:47:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.20 2013/12/13 21:07:46 prometheanfire Exp $
+
+ 13 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
+ neutron-2013.1.4-r1.ebuild:
+ running patches :D
*neutron-2013.1.4-r1 (13 Dec 2013)
*neutron-2013.2-r2 (13 Dec 2013)
diff --git a/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild b/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild
index 09156259a879..032f6873e517 100644
--- a/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild
+++ b/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild,v 1.1 2013/12/13 20:47:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.4-r1.ebuild,v 1.2 2013/12/13 21:07:46 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -76,6 +76,7 @@ pkg_setup() {
src_prepare() {
sed -i 's/setuptools_git>=0.4//g' "${S}/setup.py"
+ distutils-r1_src_prepare
}
python_install() {