From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08E42158089 for ; Sun, 17 Sep 2023 16:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F5082BC02E; Sun, 17 Sep 2023 16:22:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 192632BC02E for ; Sun, 17 Sep 2023 16:22:19 +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 25AD1335D0A for ; Sun, 17 Sep 2023 16:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C23911CE for ; Sun, 17 Sep 2023 16:22:16 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1694966941.9d8e6675e1547fadb8d6a08a9f0fe2bcf7bdf1e8.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/rust/rust-1.71.1.ebuild dev-lang/rust/rust-1.72.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 9d8e6675e1547fadb8d6a08a9f0fe2bcf7bdf1e8 X-VCS-Branch: master Date: Sun, 17 Sep 2023 16:22:16 +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: 113ca8ee-02b5-4b80-bb9e-93f65c7a4c1f X-Archives-Hash: 253ed2a7c361728b08d5853e8dc9ebf2 commit: 9d8e6675e1547fadb8d6a08a9f0fe2bcf7bdf1e8 Author: orbea riseup net> AuthorDate: Sun Sep 17 16:09:01 2023 +0000 Commit: orbea riseup net> CommitDate: Sun Sep 17 16:09:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9d8e6675 dev-lang/rust: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/rust/rust-1.71.1.ebuild | 1 + dev-lang/rust/rust-1.72.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index 29c9e95..3404f12 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -692,6 +692,7 @@ src_install() { _EOF_ rm -rf "${ED}/usr/lib/${PN}/${PV}"/*.old || die + rm -rf "${ED}/usr/lib/${PN}/${PV}/bin"/*.old || die rm -rf "${ED}/usr/lib/${PN}/${PV}/doc"/*.old || die # note: eselect-rust adds EROOT to all paths below diff --git a/dev-lang/rust/rust-1.72.0.ebuild b/dev-lang/rust/rust-1.72.0.ebuild index a8796dd..fe4ccac 100644 --- a/dev-lang/rust/rust-1.72.0.ebuild +++ b/dev-lang/rust/rust-1.72.0.ebuild @@ -690,6 +690,7 @@ src_install() { _EOF_ rm -rf "${ED}/usr/lib/${PN}/${PV}"/*.old || die + rm -rf "${ED}/usr/lib/${PN}/${PV}/bin"/*.old || die rm -rf "${ED}/usr/lib/${PN}/${PV}/doc"/*.old || die # note: eselect-rust adds EROOT to all paths below