commit: b343ea15d1dbdfb6c675ad7c7369c1f2699c986f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 01:50:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 01:50:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b343ea15
app-crypt/libsecret: fix bash_completion option
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/libsecret/libsecret-0.21.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/libsecret/libsecret-0.21.7.ebuild
b/app-crypt/libsecret/libsecret-0.21.7.ebuild
index 395792c9f155..a82dce2651ee 100644
--- a/app-crypt/libsecret/libsecret-0.21.7.ebuild
+++ b/app-crypt/libsecret/libsecret-0.21.7.ebuild
@@ -140,7 +140,7 @@ multilib_src_configure() {
$(meson_native_use_bool gtk-doc gtk_doc)
$(meson_native_use_bool introspection)
-Dbashcompdir="$(get_bashcompdir)"
- -Dbash_completion=true
+ -Dbash_completion=enabled
$(meson_native_use_bool tpm tpm2)
$(meson_native_use_bool pam)
)