From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5A0B158176 for ; Mon, 20 Oct 2025 22:55:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CF94B341EA1 for ; Mon, 20 Oct 2025 22:55:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA1E311056D; Mon, 20 Oct 2025 22:55:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C0A4E11056D for ; Mon, 20 Oct 2025 22:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7542B3410D6 for ; Mon, 20 Oct 2025 22:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D22A3AF0 for ; Mon, 20 Oct 2025 22:55:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1761000901.4971d9452de54f00a83d5a484b1b7713a2b76cba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-9999.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4971d9452de54f00a83d5a484b1b7713a2b76cba X-VCS-Branch: master Date: Mon, 20 Oct 2025 22:55:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3356997-761b-4b5b-bfce-f7a825c98584 X-Archives-Hash: 874f2077dde497538c2c32ec0dd45b5a commit: 4971d9452de54f00a83d5a484b1b7713a2b76cba Author: Sam James gentoo org> AuthorDate: Mon Oct 20 22:51:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 20 22:55:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4971d945 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 gentoo.org> dev-lang/rust/rust-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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