commit: da228db7487e684e399a6b69fdb97f2007c9c57f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 19 10:52:38 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu May 23 09:14:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da228db7
gui-apps/lavalauncher: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../files/lavalauncher-1.7.1-optional-man.patch | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch
b/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch
deleted file mode 100644
index 612548e17a78..000000000000
--- a/gui-apps/lavalauncher/files/lavalauncher-1.7.1-optional-man.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 029f711..50beccd 100644
---- a/meson.build
-+++ b/meson.build
-@@ -6,7 +6,6 @@ project(
- default_options: [
- 'c_std=c11',
- 'warning_level=3',
-- 'werror=true',
- ]
- )
-
-@@ -61,6 +60,7 @@ scdoc = dependency(
- 'scdoc',
- version: '>=1.9.2',
- native: true,
-+ required: get_option('man-page'),
- )
- if scdoc.found()
- scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native:
true)
-diff --git a/meson_options.txt b/meson_options.txt
-new file mode 100644
-index 0000000..2e41905
---- /dev/null
-+++ b/meson_options.txt
-@@ -0,0 +1 @@
-+option('man-page', type: 'feature', value: 'auto', description: 'Generate and
install man pages')