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 EC8701381F3 for ; Sat, 11 Jul 2020 13:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBC7E0857; Sat, 11 Jul 2020 13:59:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 124FBE0857 for ; Sat, 11 Jul 2020 13:59:08 +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 A0CB334F162 for ; Sat, 11 Jul 2020 13:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D9326 for ; Sat, 11 Jul 2020 13:59:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1594475939.631c3f8c4f8ab2dc85f9ac486d651db2f0c418de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scons/scons-4.0.0.ebuild X-VCS-Directories: dev-util/scons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 631c3f8c4f8ab2dc85f9ac486d651db2f0c418de X-VCS-Branch: master Date: Sat, 11 Jul 2020 13:59:04 +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: 609e9935-ebe3-4ca7-88a4-9169d769b80c X-Archives-Hash: 7a8b81904645789653441a897bcd13e1 commit: 631c3f8c4f8ab2dc85f9ac486d651db2f0c418de Author: Michał Górny gentoo org> AuthorDate: Sat Jul 11 13:58:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 11 13:58:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631c3f8c dev-util/scons: Fix install Closes: https://bugs.gentoo.org/732182 Signed-off-by: Michał Górny gentoo.org> dev-util/scons/scons-4.0.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/scons/scons-4.0.0.ebuild b/dev-util/scons/scons-4.0.0.ebuild index 83796abe817..3325adc7593 100644 --- a/dev-util/scons/scons-4.0.0.ebuild +++ b/dev-util/scons/scons-4.0.0.ebuild @@ -81,9 +81,7 @@ python_test() { } python_install_all() { - local DOCS=( {CHANGES,README,RELEASE}.txt ) distutils-r1_python_install_all - rm "${ED}/usr/bin/scons.bat" || die use doc && dodoc "${DISTDIR}"/${P}-user.{pdf,html} }