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 02E2D158094 for ; Sat, 20 Aug 2022 08:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E50AE07D8; Sat, 20 Aug 2022 08:26:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0E480E07D8 for ; Sat, 20 Aug 2022 08:26:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 34016340D1C for ; Sat, 20 Aug 2022 08:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32AC56D for ; Sat, 20 Aug 2022 08:26:32 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1660983975.4c434f4daaeb895387c4e9cb9784847ff937ff0d.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 4c434f4daaeb895387c4e9cb9784847ff937ff0d X-VCS-Branch: master Date: Sat, 20 Aug 2022 08:26:32 +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: aa62ca99-58ba-4391-b960-bc2899ad1e54 X-Archives-Hash: 2f44514dd46885f8072ab8872f7eda16 commit: 4c434f4daaeb895387c4e9cb9784847ff937ff0d Author: Matthew Smith gentoo org> AuthorDate: Sat Aug 20 08:25:43 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Aug 20 08:26:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c434f4d sys-devel/mold: update live ebuild Python script is dropped and rewritten in CMake. Signed-off-by: Matthew Smith gentoo.org> sys-devel/mold/mold-9999.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 735bfbb79a24..1a83cf4d004e 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -67,16 +67,6 @@ src_prepare() { if ! has_version -d 'sys-libs/glibc[static-pie(+)]'; then rm test/elf/{,ifunc-}static-pie.sh || die fi - - # Don't require python - sed -i '/find_package(Python3/d' CMakeLists.txt || die - sed -i '/add_dependencies/d' CMakeLists.txt || die - cat <git-hash.cc -#include -namespace mold { -std::string mold_git_hash = "gentoo-${PVR}"; -} -EOF } src_configure() {