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 13ED2158086 for ; Wed, 13 Oct 2021 16:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69632E082B; Wed, 13 Oct 2021 16:53:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49899E082B for ; Wed, 13 Oct 2021 16:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1046E343555 for ; Wed, 13 Oct 2021 16:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A952E2C for ; Wed, 13 Oct 2021 16:53:01 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1634143974.f9417135328ce427a8d3341c0bc1517f9ec1192f.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/s3cmd/s3cmd-2.2.0.ebuild X-VCS-Directories: net-misc/s3cmd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: f9417135328ce427a8d3341c0bc1517f9ec1192f X-VCS-Branch: master Date: Wed, 13 Oct 2021 16:53:01 +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: 9df28a1d-ac94-4209-87af-8f27c957ed56 X-Archives-Hash: 5392b5b2aa21ec0e9a71d486163df32a commit: f9417135328ce427a8d3341c0bc1517f9ec1192f Author: Robin H. Johnson gentoo org> AuthorDate: Wed Oct 13 16:52:54 2021 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Oct 13 16:52:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9417135 net-misc/s3cmd: one more cleanup tweak Signed-off-by: Robin H. Johnson gentoo.org> net-misc/s3cmd/s3cmd-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild index a43725c2545..e69e258d664 100644 --- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild @@ -29,6 +29,6 @@ S="${WORKDIR}/${P/_/-}" PATCHES=( ) src_install() { - default - rm -rf "${ED}/usr/share/doc/packages/s3cmd/" + distutils-r1_src_install + rm -rf "${ED}/usr/share/doc/packages" }