commit: 8206e85735f4ecbab1d70a3433828e9229753adf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 03:26:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 03:26:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8206e857
app-crypt/libsecret: block older bash-completion Bug: https://github.com/scop/bash-completion/issues/1317 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/libsecret/libsecret-0.21.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/libsecret/libsecret-0.21.7.ebuild b/app-crypt/libsecret/libsecret-0.21.7.ebuild index a82dce2651ee..3cabf6b99453 100644 --- a/app-crypt/libsecret/libsecret-0.21.7.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.7.ebuild @@ -23,6 +23,7 @@ REQUIRED_USE=" " DEPEND=" + !<app-shells/bash-completion-2.16.0-r1 >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}] gcrypt? ( >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}] ) gnutls? ( >=net-libs/gnutls-3.8.2:0=[${MULTILIB_USEDEP}] )
