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 0F557158451 for ; Tue, 9 Jan 2024 18:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA37E2A1F; Tue, 9 Jan 2024 18:43:30 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DED34E2A1F for ; Tue, 9 Jan 2024 18:43:29 +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 D1ED1343341 for ; Tue, 9 Jan 2024 18:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187A714B1 for ; Tue, 9 Jan 2024 18:43:27 +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: <1704825801.bc12c322141ccb4cdbba953d3226a482e720ef92.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.6.0-r1.ebuild dev-util/scons/scons-4.6.0.ebuild X-VCS-Directories: dev-util/scons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc12c322141ccb4cdbba953d3226a482e720ef92 X-VCS-Branch: master Date: Tue, 9 Jan 2024 18:43:27 +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: 304ba84e-0c72-4c56-ab93-6df210d77f46 X-Archives-Hash: 503befadc862c4723241780401cb96ae commit: bc12c322141ccb4cdbba953d3226a482e720ef92 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 9 18:39:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 9 18:43:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc12c322 dev-util/scons: Fix stray .pyc file Closes: https://bugs.gentoo.org/921657 Signed-off-by: Michał Górny gentoo.org> dev-util/scons/{scons-4.6.0.ebuild => scons-4.6.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/scons/scons-4.6.0.ebuild b/dev-util/scons/scons-4.6.0-r1.ebuild similarity index 97% rename from dev-util/scons/scons-4.6.0.ebuild rename to dev-util/scons/scons-4.6.0-r1.ebuild index 93909c9fbbbd..acf4b5429a1a 100644 --- a/dev-util/scons/scons-4.6.0.ebuild +++ b/dev-util/scons/scons-4.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,6 +59,9 @@ src_unpack() { src_prepare() { distutils-r1_src_prepare + # fixed in .post1 release + rm -r SCons/Tool/docbook/__pycache__ || die + # TODO: rebase the patches <4.5.1-r2 is gone # support env passthrough for Gentoo ebuilds eapply -p2 "${FILESDIR}"/scons-4.1.0-env-passthrough.patch