summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-03 13:33:04 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-03 13:33:23 +0100
commit0d8fe1f4a83838c5f6dfacc3657618b49df6d51a (patch)
treeae031d892acc5564407388fba8628e599202f956 /net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
parentnet-vpn/riseup-vpn: add version 0.21.11 (diff)
downloadgentoo-0d8fe1f4a83838c5f6dfacc3657618b49df6d51a.tar.gz
gentoo-0d8fe1f4a83838c5f6dfacc3657618b49df6d51a.tar.bz2
gentoo-0d8fe1f4a83838c5f6dfacc3657618b49df6d51a.zip
net-vpn/riseup-vpn: drop version 0.21.6
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch')
-rw-r--r--net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch b/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
deleted file mode 100644
index 99c7d5255962..000000000000
--- a/net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/helpers/bitmask-root b/helpers/bitmask-root
-index 13ba407..7c08b21 100644
---- a/helpers/bitmask-root
-+++ b/helpers/bitmask-root
-@@ -106,7 +106,7 @@ def swhich(binary):
-
- :rtype: str
- """
-- for folder in ["/sbin", "/usr/sbin", "/usr/local/sbin"]:
-+ for folder in ["/bin", "/sbin", "/usr/sbin", "/usr/local/sbin"]:
- path = os.path.join(folder, binary)
- if os.path.isfile(path):
- return path