summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-04-12 21:14:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-04-12 21:15:15 -0500
commit8063b3136d0555ed6fce911eb8517d73f424cb4c (patch)
treef01fb2629b2a2fe6b76039a8905e286131e9961a /sys-cluster
parentprofiles: stable mask raspberry-pi USE for mpv on arm (diff)
downloadgentoo-8063b3136d0555ed6fce911eb8517d73f424cb4c.tar.gz
gentoo-8063b3136d0555ed6fce911eb8517d73f424cb4c.tar.bz2
gentoo-8063b3136d0555ed6fce911eb8517d73f424cb4c.zip
sys-cluster/neutron: fixing ipv6 dep
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/neutron/neutron-2016.1.9999.ebuild5
-rw-r--r--sys-cluster/neutron/neutron-8.0.0.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/neutron/neutron-2016.1.9999.ebuild b/sys-cluster/neutron/neutron-2016.1.9999.ebuild
index af4b94acbbcb..54d39270e5f5 100644
--- a/sys-cluster/neutron/neutron-2016.1.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2016.1.9999.ebuild
@@ -104,7 +104,10 @@ RDEPEND="
net-firewall/iptables
net-firewall/ebtables
openvswitch? ( <=net-misc/openvswitch-2.5.9999 )
- ipv6? ( net-misc/radvd )
+ ipv6? (
+ net-misc/radvd
+ >=net-misc/dibbler-1.0.1
+ )
dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
#PATCHES=(
diff --git a/sys-cluster/neutron/neutron-8.0.0.ebuild b/sys-cluster/neutron/neutron-8.0.0.ebuild
index d49546db2ca2..96590a8a959c 100644
--- a/sys-cluster/neutron/neutron-8.0.0.ebuild
+++ b/sys-cluster/neutron/neutron-8.0.0.ebuild
@@ -103,7 +103,10 @@ RDEPEND="
net-firewall/iptables
net-firewall/ebtables
openvswitch? ( <=net-misc/openvswitch-2.5.9999 )
- ipv6? ( net-misc/radvd )
+ ipv6? (
+ net-misc/radvd
+ >=net-misc/dibbler-1.0.1
+ )
dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
#PATCHES=(