diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 12:07:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:39:55 +0000 |
commit | 010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf (patch) | |
tree | 7f95312cc667932499cebb13757869205b743a24 /net-vpn | |
parent | net-firewall/shorewall: Use (+) for ipv6 flag deps (diff) | |
download | gentoo-010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf.tar.gz gentoo-010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf.tar.bz2 gentoo-010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf.zip |
net-vpn/mullvad-netns: Use (+) for ipv6 flag deps
At this point, it is reasonable to assume that packages will be enabling
IPv6 unconditionally rather than dropping it altogether. Update the USE
dependencies to (+) to account for that, in preparation for removal
of the flag in iproute2 and iputils.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild (renamed from net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild) | 6 | ||||
-rw-r--r-- | net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild (renamed from net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild) | 6 | ||||
-rw-r--r-- | net-vpn/mullvad-netns/mullvad-netns-9999.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild index cefae0c6bc6e..d15b1fff556c 100644 --- a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild +++ b/net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,12 +20,12 @@ SLOT="0" RDEPEND=" app-misc/jq app-shells/bash - net-misc/curl[ipv6,ssl] + net-misc/curl[ipv6(+),ssl] net-vpn/wireguard-tools sys-apps/baselayout sys-apps/coreutils sys-apps/grep - sys-apps/iproute2[ipv6] + sys-apps/iproute2[ipv6(+)] sys-apps/util-linux " BDEPEND=" diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild index 854abf1cf3ec..d15b1fff556c 100644 --- a/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild +++ b/net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,12 +20,12 @@ SLOT="0" RDEPEND=" app-misc/jq app-shells/bash - net-misc/curl[ipv6,ssl] + net-misc/curl[ipv6(+),ssl] net-vpn/wireguard-tools sys-apps/baselayout sys-apps/coreutils sys-apps/grep - sys-apps/iproute2[ipv6] + sys-apps/iproute2[ipv6(+)] sys-apps/util-linux " BDEPEND=" diff --git a/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild index caf10671bae6..5e06b511c575 100644 --- a/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild +++ b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,12 +22,12 @@ IUSE="" RDEPEND=" app-misc/jq app-shells/bash - net-misc/curl[ipv6,ssl] + net-misc/curl[ipv6(+),ssl] net-vpn/wireguard-tools sys-apps/baselayout sys-apps/coreutils sys-apps/grep - sys-apps/iproute2[ipv6] + sys-apps/iproute2[ipv6(+)] sys-apps/util-linux " BDEPEND=" |