diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-17 22:34:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 16:38:22 +0200 |
commit | 2ad6efb742d66af9334e2759ee920bcb2b4c43d3 (patch) | |
tree | e6547d17d52cdebfdf1f19ec886091eb0cc7ca4c /app-misc/todo | |
parent | app-office/lyx: remove unused patch(es) (diff) | |
download | gentoo-2ad6efb742d66af9334e2759ee920bcb2b4c43d3.tar.gz gentoo-2ad6efb742d66af9334e2759ee920bcb2b4c43d3.tar.bz2 gentoo-2ad6efb742d66af9334e2759ee920bcb2b4c43d3.zip |
app-misc/todo: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/17578
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/todo')
-rw-r--r-- | app-misc/todo/files/todo-2.10-fix-bash-completion.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-misc/todo/files/todo-2.10-fix-bash-completion.patch b/app-misc/todo/files/todo-2.10-fix-bash-completion.patch deleted file mode 100644 index 7e6de2f10568..000000000000 --- a/app-misc/todo/files/todo-2.10-fix-bash-completion.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./todo_completion 2017-04-08 15:18:23.102736966 +0200 -+++ ./todo_completion 2017-04-08 15:18:56.839725605 +0200 -@@ -85,6 +85,9 @@ - } - complete -F _todo todo.sh - -+# Gentoo bug 614400 -+complete -F _todo todotxt -+ - # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable - # completion for it, too: - #complete -F _todo t |