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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFA48138334 for ; Tue, 19 Jun 2018 22:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99073E07EC; Tue, 19 Jun 2018 22:03:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E0ACE07EC for ; Tue, 19 Jun 2018 22:03:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D718335C81 for ; Tue, 19 Jun 2018 22:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A6DA2CB for ; Tue, 19 Jun 2018 22:03:51 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1529445802.f8ce5ce719f83ee23f4b70ee2d4e6e0fdafb9520.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.26.2.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: f8ce5ce719f83ee23f4b70ee2d4e6e0fdafb9520 X-VCS-Branch: master Date: Tue, 19 Jun 2018 22:03:51 +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-Archives-Salt: 6cfbd487-65d6-44c9-9264-fecd3e3708ba X-Archives-Hash: 2219bd82efe75e4c4a301839b87db414 commit: f8ce5ce719f83ee23f4b70ee2d4e6e0fdafb9520 Author: Aric Belsito gmail com> AuthorDate: Tue Jun 19 22:03:22 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Tue Jun 19 22:03:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f8ce5ce7 dev-lang/rust: fix another mistake in install dev-lang/rust/rust-1.26.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.26.2.ebuild b/dev-lang/rust/rust-1.26.2.ebuild index 3b52683..c0d4ddb 100644 --- a/dev-lang/rust/rust-1.26.2.ebuild +++ b/dev-lang/rust/rust-1.26.2.ebuild @@ -305,10 +305,13 @@ src_install() { rm "${D}/usr/$(get_libdir)/rustlib/manifest-rust-analysis-$(rust_host ${ARCH})" || die rm "${D}/usr/$(get_libdir)/rustlib/manifest-rust-src" || die rm "${D}/usr/$(get_libdir)/rustlib/manifest-rustfmt-preview" || die + + rm "${D}/usr/share/doc/${P}/LICENSE-APACHE.old" || die + rm "${D}/usr/share/doc/${P}/LICENSE-MIT.old" || die fi - rm "${D}/usr/share/doc/${P}"/LICENSE-APACHE{,.old} || die - rm "${D}/usr/share/doc/${P}"/LICENSE-MIT{,.old} || die + rm "${D}/usr/share/doc/${P}/LICENSE-APACHE" || die + rm "${D}/usr/share/doc/${P}/LICENSE-MIT" || die docompress "/usr/share/${P}/man"