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 4A6DF158013 for ; Sun, 3 Dec 2023 07:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5753B2BC020; Sun, 3 Dec 2023 07:51:59 +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 27E562BC020 for ; Sun, 3 Dec 2023 07:51:59 +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 1F815335CB9 for ; Sun, 3 Dec 2023 07:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4BAAD6 for ; Sun, 3 Dec 2023 07:51:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701589913.eeb07714c0a924ac6d96543a05c609af19a18f35.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: meson.build X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eeb07714c0a924ac6d96543a05c609af19a18f35 X-VCS-Branch: master Date: Sun, 3 Dec 2023 07:51:56 +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: b26213fa-d3c8-4627-8b36-21283ccdb2af X-Archives-Hash: 2ffb9e409b18ebae07c99a5a1cc33bde commit: eeb07714c0a924ac6d96543a05c609af19a18f35 Author: Florian Schmaus gentoo org> AuthorDate: Thu Nov 16 09:26:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 3 07:51:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=eeb07714 meson: drop find_program('sed') as it isn't used Signed-off-by: Florian Schmaus gentoo.org> Closes: https://github.com/gentoo/gentoolkit/pull/37 Signed-off-by: Sam James gentoo.org> meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index b609876..3fbb278 100644 --- a/meson.build +++ b/meson.build @@ -9,8 +9,6 @@ project( py_mod = import('python') py = py_mod.find_installation(pure : true) -sed = find_program('sed', required : true) - system_wide = get_option('system-wide') eprefix = get_option('eprefix')