diff options
author | 2024-02-22 10:19:20 +0100 | |
---|---|---|
committer | 2024-02-22 10:19:20 +0100 | |
commit | 00af49ea9bf6efe3493e4d31db48376c87b10ceb (patch) | |
tree | a229470973798acd5a0c3ae8a01504353a9c5161 /app-crypt | |
parent | app-crypt/sequoia-sq: fix installation of shell completions (diff) | |
download | gentoo-00af49ea9bf6efe3493e4d31db48376c87b10ceb.tar.gz gentoo-00af49ea9bf6efe3493e4d31db48376c87b10ceb.tar.bz2 gentoo-00af49ea9bf6efe3493e4d31db48376c87b10ceb.zip |
app-crypt/sequoia-sq: drop bash-completion-r1 since it is provided by shell-completion.eclass
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.33.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.33.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.33.0.ebuild index b7a023d4f417..48c388e8f150 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.33.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.33.0.ebuild @@ -461,7 +461,7 @@ CRATES=" LLVM_MAX_SLOT=17 -inherit bash-completion-r1 cargo shell-completion llvm +inherit cargo shell-completion llvm DESCRIPTION="CLI of the Sequoia OpenPGP implementation" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq" |