diff options
author | Sam James <sam@gentoo.org> | 2023-06-11 16:31:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-11 16:31:58 +0100 |
commit | c17aa1fdefb5d26ea9f2f318c090298cbba11ab6 (patch) | |
tree | 175f34726bc872e076d5786b2c54ab43e045d12a /app-shells/zsh | |
parent | app-shells/zsh: add commit link for clang15 patch (diff) | |
download | gentoo-c17aa1fdefb5d26ea9f2f318c090298cbba11ab6.tar.gz gentoo-c17aa1fdefb5d26ea9f2f318c090298cbba11ab6.tar.bz2 gentoo-c17aa1fdefb5d26ea9f2f318c090298cbba11ab6.zip |
app-shells/zsh: add upstream commit link for egrep fix
Noticed while checking the clang15 patch.
Bug: https://bugs.gentoo.org/869332
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/files/zsh-5.9-do-not-use-egrep-in-tests.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/zsh/files/zsh-5.9-do-not-use-egrep-in-tests.patch b/app-shells/zsh/files/zsh-5.9-do-not-use-egrep-in-tests.patch index 7cf605674e96..070767058c3b 100644 --- a/app-shells/zsh/files/zsh-5.9-do-not-use-egrep-in-tests.patch +++ b/app-shells/zsh/files/zsh-5.9-do-not-use-egrep-in-tests.patch @@ -1,3 +1,5 @@ +https://github.com/zsh-users/zsh/commit/4fc5dc0292acd77f17281f451774ba2ca4203026 + commit 4fc5dc0292acd77f17281f451774ba2ca4203026 Author: Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> Date: 2022-09-15 18:56:20 +0900 |