diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-11-16 17:56:51 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-11-16 19:02:34 +0200 |
commit | 6f2a63f38bc257f03b73c88b6ed2d09677d7d586 (patch) | |
tree | 3e41cabc6fb1a072f508a821681916a09128c6c8 /sys-apps/plocate/files | |
parent | net-libs/loudmouth: drop old revisions (diff) | |
download | gentoo-6f2a63f38bc257f03b73c88b6ed2d09677d7d586.tar.gz gentoo-6f2a63f38bc257f03b73c88b6ed2d09677d7d586.tar.bz2 gentoo-6f2a63f38bc257f03b73c88b6ed2d09677d7d586.zip |
sys-apps/plocate: remove unused patch
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22976
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/plocate/files')
-rw-r--r-- | sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch | 21 |
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 |