commit:     1b139bd63eff9e6892a0a77e415810a37d9e0865
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 11:59:26 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 11:59:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b139bd6

app-misc/task: Add missing shell-completion inherit

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/task/task-2.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/task/task-2.6.2-r1.ebuild 
b/app-misc/task/task-2.6.2-r1.ebuild
index e257e3cb2a68..ba6ac3ad5217 100644
--- a/app-misc/task/task-2.6.2-r1.ebuild
+++ b/app-misc/task/task-2.6.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-inherit bash-completion-r1 cmake
+inherit bash-completion-r1 cmake shell-completion
 
 DESCRIPTION="Taskwarrior is a command-line todo list manager"
 HOMEPAGE="https://taskwarrior.org/";

Reply via email to