summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-12 12:07:10 +0100
committerSam James <sam@gentoo.org>2022-02-18 02:39:55 +0000
commit010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf (patch)
tree7f95312cc667932499cebb13757869205b743a24 /net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
parentnet-firewall/shorewall: Use (+) for ipv6 flag deps (diff)
downloadgentoo-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/mullvad-netns/mullvad-netns-0.2.ebuild')
-rw-r--r--net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
deleted file mode 100644
index cefae0c6bc6e..000000000000
--- a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} =~ [9]{4,} ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/chutz/mullvad-netns.git"
-else
- SRC_URI="https://github.com/chutz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Script to run a command within a Mullvad network namespace"
-HOMEPAGE="https://github.com/chutz/mullvad-netns"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
- app-misc/jq
- app-shells/bash
- net-misc/curl[ipv6,ssl]
- net-vpn/wireguard-tools
- sys-apps/baselayout
- sys-apps/coreutils
- sys-apps/grep
- sys-apps/iproute2[ipv6]
- sys-apps/util-linux
-"
-BDEPEND="
- sys-apps/coreutils
- sys-devel/make
-"