commit: ff8d3a46eb0ac39aad26f5a499cefd15d237a3b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 02:13:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 02:13:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8d3a46
app-misc/skim: add missing optfeature inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/skim/skim-0.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/skim/skim-0.16.1.ebuild b/app-misc/skim/skim-0.16.1.ebuild
index 855885cfd55a..e0ada217b5a6 100644
--- a/app-misc/skim/skim-0.16.1.ebuild
+++ b/app-misc/skim/skim-0.16.1.ebuild
@@ -151,7 +151,7 @@ CRATES="
[email protected]
"
-inherit cargo shell-completion
+inherit cargo optfeature shell-completion
DESCRIPTION="Command-line fuzzy finder"
HOMEPAGE="https://github.com/skim-rs/skim"