aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-16 10:26:24 +0100
committerSam James <sam@gentoo.org>2023-12-03 07:51:53 +0000
commiteeb07714c0a924ac6d96543a05c609af19a18f35 (patch)
treeffaa1af01516bb4e1b0a3ba0191ac6bf10426689
parentEnhancement: eclean-dist handle git checkouts (diff)
downloadgentoolkit-eeb07714c0a924ac6d96543a05c609af19a18f35.tar.gz
gentoolkit-eeb07714c0a924ac6d96543a05c609af19a18f35.tar.bz2
gentoolkit-eeb07714c0a924ac6d96543a05c609af19a18f35.zip
meson: drop find_program('sed') as it isn't used
Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/gentoolkit/pull/37 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--meson.build2
1 files changed, 0 insertions, 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')