summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-31 16:08:48 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-06-18 00:34:57 +0200
commit395e4054872534b0d9645ebbfbaf0352df6be0cd (patch)
tree6c6c78fc5db4ffacff0249adf9f99d8327ed0c17 /sys-auth
parentsys-apps/systemd: remove unused patch (diff)
downloadgentoo-395e4054872534b0d9645ebbfbaf0352df6be0cd.tar.gz
gentoo-395e4054872534b0d9645ebbfbaf0352df6be0cd.tar.bz2
gentoo-395e4054872534b0d9645ebbfbaf0352df6be0cd.zip
sys-auth/polkit: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36920 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch b/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch
deleted file mode 100644
index d96b4bc4bde1..000000000000
--- a/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/149
-
-From bef75fb8291b3871894d8ffe19f7242448cdb4a8 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 7 Dec 2022 13:18:09 +0000
-Subject: [PATCH] meson.build: fix install with libs_only
-
-Bug: https://bugs.gentoo.org/884701
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/meson.build
-+++ b/meson.build
-@@ -360,14 +360,17 @@ configure_file(
- configuration: config_h,
- )
-
--meson.add_install_script(
-- 'meson_post_install.py',
-- get_option('bindir'),
-- pk_pkgdatadir,
-- pk_libprivdir,
-- pk_pkgsysconfdir,
-- polkitd_user,
--)
-+
-+if not libs_only
-+ meson.add_install_script(
-+ 'meson_post_install.py',
-+ get_option('bindir'),
-+ pk_pkgdatadir,
-+ pk_libprivdir,
-+ pk_pkgsysconfdir,
-+ polkitd_user,
-+ )
-+endif
-
- output = '\n ' + meson.project_name() + ' ' + meson.project_version() + '\n'
- output += ' ============\n\n'
---
-GitLab