summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-20 23:51:36 +0100
committerSam James <sam@gentoo.org>2025-10-20 23:55:01 +0100
commit4971d9452de54f00a83d5a484b1b7713a2b76cba (patch)
treef71258cdf82da30cb322b8daa4b6c944df5cf5f3 /dev-lang/rust/rust-9999.ebuild
parent35b12d1396beec67e0d1609df3635ab9481aac90 (diff)
downloadgentoo-4971d9452de54f00a83d5a484b1b7713a2b76cba.tar.gz
gentoo-4971d9452de54f00a83d5a484b1b7713a2b76cba.tar.bz2
gentoo-4971d9452de54f00a83d5a484b1b7713a2b76cba.zip
dev-lang/rust: explain bash-completion rm
This came up in the context of bug #964416 where someone was confused as to its purpose, so explain it. Bug: https://bugs.gentoo.org/689562 Bug: https://bugs.gentoo.org/689160 Bug: https://bugs.gentoo.org/964416 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
-rw-r--r--dev-lang/rust/rust-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index a4cb917d4933..2785c6a986c3 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -732,7 +732,8 @@ src_install() {
docompress /usr/lib/${PN}/${SLOT}/share/man/
- # bug #689562, #689160
+ # bash-completion files are installed by dev-lang/rust-common instead
+ # bug #689562, #689160.
rm -v "${ED}/usr/lib/${PN}/${SLOT}/etc/bash_completion.d/cargo" || die
rmdir -v "${ED}/usr/lib/${PN}/${SLOT}"/etc{/bash_completion.d,} || die