diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-07-12 20:16:44 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-13 23:14:57 +0200 |
commit | 75df6207fe5af45e40623edc215d2b5d1619537b (patch) | |
tree | 3ebd51341e976d772fe911a779283c686c2b04d7 /net-im | |
parent | media-video/handbrake: remove unused patch (diff) | |
download | gentoo-75df6207fe5af45e40623edc215d2b5d1619537b.tar.gz gentoo-75df6207fe5af45e40623edc215d2b5d1619537b.tar.bz2 gentoo-75df6207fe5af45e40623edc215d2b5d1619537b.zip |
net-im/teams: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/21616
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/teams/files/fix-url-opening-1.4.00.4855.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch b/net-im/teams/files/fix-url-opening-1.4.00.4855.patch deleted file mode 100644 index 9ff555305119..000000000000 --- a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/usr/bin/teams 2021-03-12 09:58:20.095552303 +0100 -+++ b/usr/bin/teams 2021-03-12 09:58:41.938137585 +0100 -@@ -8,5 +8,5 @@ TEAMS_LOGS="$HOME/.config/Microsoft/Micr - - mkdir -p "$TEAMS_LOGS" - --nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 & -+nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 & - |