diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-10-20 09:39:48 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-07 21:43:11 -0500 |
commit | a22eeff0b12d49cbd9cc3a9b56ba4bf3c7692707 (patch) | |
tree | a595ac514ce58e5e9a0a9a5149acdf91b8631414 /app-shells | |
parent | sys-apps/fwupd: remove unused patch (diff) | |
download | gentoo-a22eeff0b12d49cbd9cc3a9b56ba4bf3c7692707.tar.gz gentoo-a22eeff0b12d49cbd9cc3a9b56ba4bf3c7692707.tar.bz2 gentoo-a22eeff0b12d49cbd9cc3a9b56ba4bf3c7692707.zip |
app-shells/zsh: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13355
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/files/zsh-5.7-fix_infinite_recursion.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-shells/zsh/files/zsh-5.7-fix_infinite_recursion.patch b/app-shells/zsh/files/zsh-5.7-fix_infinite_recursion.patch deleted file mode 100644 index 042b948b23d7..000000000000 --- a/app-shells/zsh/files/zsh-5.7-fix_infinite_recursion.patch +++ /dev/null @@ -1,35 +0,0 @@ -From b70919e0d9dadc93893e9d18bc3ef13b88756ecf Mon Sep 17 00:00:00 2001 -From: dana <dana@dana.is> -Date: Sun, 27 Jan 2019 00:26:31 -0600 -Subject: [PATCH] 44020: VCS_INFO_detect_p4: Fix infinite recursion - ---- - ChangeLog | 5 +++++ - Functions/VCS_Info/Backends/VCS_INFO_detect_p4 | 1 - - 2 files changed, 5 insertions(+), 1 deletion(-) - -diff --git a/ChangeLog b/ChangeLog -index 81668ccc9..be243c1b8 100644 ---- a/ChangeLog -+++ b/ChangeLog -@@ -1,3 +1,8 @@ -+2018-01-27 dana <dana@dana.is> -+ -+ * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix -+ infinite recursion -+ - 2018-01-24 dana <dana@dana.is> - - * unposted: Config/version.mk: Post-release version bump -diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -index d171c68ee..5ec21da9f 100644 ---- a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -+++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 -@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() { - } - - --(( ${+functions[VCS_INFO_detect_p4]} )) || - VCS_INFO_detect_p4() { - local serverport p4where - |