summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-11-22 00:00:53 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-11-22 00:00:53 +0000
commitbc8f378d6757974f7a0a350236d5b2797defb259 (patch)
tree7428623d29966399e03f07a3725bb898affd3a15 /sys-cluster
parentadding missing dep (diff)
downloadgentoo-2-bc8f378d6757974f7a0a350236d5b2797defb259.tar.gz
gentoo-2-bc8f378d6757974f7a0a350236d5b2797defb259.tar.bz2
gentoo-2-bc8f378d6757974f7a0a350236d5b2797defb259.zip
adding ipset as a dep as neutron uses it for quickness
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/neutron/ChangeLog6
-rw-r--r--sys-cluster/neutron/neutron-2014.2.9999.ebuild3
-rw-r--r--sys-cluster/neutron/neutron-2014.2.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog
index acf91ad2cc62..7d2d7887e46f 100644
--- a/sys-cluster/neutron/ChangeLog
+++ b/sys-cluster/neutron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/neutron
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.46 2014/11/21 01:48:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.47 2014/11/22 00:00:53 prometheanfire Exp $
+
+ 22 Nov 2014; Matthew Thode <prometheanfire@gentoo.org>
+ neutron-2014.2.9999.ebuild, neutron-2014.2.ebuild:
+ adding ipset as a dep as neutron uses it for quickness
21 Nov 2014; Matthew Thode <prometheanfire@gentoo.org>
neutron-2014.2.9999.ebuild, neutron-2014.2.ebuild:
diff --git a/sys-cluster/neutron/neutron-2014.2.9999.ebuild b/sys-cluster/neutron/neutron-2014.2.9999.ebuild
index 5771da7f111d..84e815676357 100644
--- a/sys-cluster/neutron/neutron-2014.2.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2014.2.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2.9999.ebuild,v 1.3 2014/11/21 01:48:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2.9999.ebuild,v 1.4 2014/11/22 00:00:53 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -110,6 +110,7 @@ RDEPEND="
>=dev-python/python-novaclient-2.18.0[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
sys-apps/iproute2
+ net-firewall/ipset
openvswitch? ( net-misc/openvswitch )
dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
diff --git a/sys-cluster/neutron/neutron-2014.2.ebuild b/sys-cluster/neutron/neutron-2014.2.ebuild
index 8cce2627bd36..9314328cd979 100644
--- a/sys-cluster/neutron/neutron-2014.2.ebuild
+++ b/sys-cluster/neutron/neutron-2014.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2.ebuild,v 1.3 2014/11/21 01:48:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2014.2.ebuild,v 1.4 2014/11/22 00:00:53 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -109,6 +109,7 @@ RDEPEND="
>=dev-python/python-novaclient-2.18.0[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
sys-apps/iproute2
+ net-firewall/ipset
openvswitch? ( net-misc/openvswitch )
dhcp? ( net-dns/dnsmasq[dhcp-tools] )"