sys-cluster/neutron: fixing ipv6 dep
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 13 Apr 2016 02:14:44 +0000 (21:14 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 13 Apr 2016 02:15:15 +0000 (21:15 -0500)
Package-Manager: portage-2.2.26

sys-cluster/neutron/neutron-2016.1.9999.ebuild
sys-cluster/neutron/neutron-8.0.0.ebuild

index af4b94acbbcba170e9fd0764f620190b2d01f3b4..54d39270e5f53184480bca06de7eecbacca93f2e 100644 (file)
@@ -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=(
index d49546db2ca2649d04e20199d382bfa39e099ab1..96590a8a959ccbaab8d09da67c758ac5449205fc 100644 (file)
@@ -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=(