From 0d8fe1f4a83838c5f6dfacc3657618b49df6d51a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 3 Jan 2022 13:33:04 +0100 Subject: net-vpn/riseup-vpn: drop version 0.21.6 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch (limited to 'net-vpn/riseup-vpn/files/riseup-vpn-ip-location.patch') 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 -- cgit v1.2.3-65-gdbad