summaryrefslogtreecommitdiff
path: root/sys-apps/plocate/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /sys-apps/plocate/files
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'sys-apps/plocate/files')
-rw-r--r--sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch b/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch
deleted file mode 100644
index 2635a8007882..000000000000
--- a/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Unconditionally install systemd unit
---- a/meson.build
-+++ b/meson.build
-@@ -76,17 +76,9 @@
- configuration: conf_data)
- install_man(updatedb_conf_man)
-
--if get_option('install_systemd')
-- systemd = dependency('systemd', required: false)
-- if systemd.found()
-- unitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
- updatedb_service = configure_file(input: 'plocate-updatedb.service.in',
- output: 'plocate-updatedb.service',
- configuration: conf_data)
-- install_data(updatedb_service, install_dir: unitdir)
-- install_data('plocate-updatedb.timer', install_dir: unitdir)
-- endif
--endif
-
- # Requires having TurboPFor checked out, so not built by default.
- # Unless you have a recent Meson, there's no apparently good way