diff options
Diffstat (limited to 'app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch')
-rw-r--r-- | app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch b/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch deleted file mode 100644 index 254c454ab8a..00000000000 --- a/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/todo_completion b/todo_completion -index 644be6e..964383e 100755 ---- a/todo_completion -+++ b/todo_completion -@@ -85,6 +85,10 @@ _todo() - } - complete -F _todo todo.sh - -+# Gentoo bug 614400 -+complete -F _todo todocli -+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 |