commit: ac22bc3b256a7ccd530debb425a62ff04809e972 Author: Stilic <lateman-jpeg <AT> outlook <DOT> fr> AuthorDate: Mon Mar 10 20:02:37 2025 +0000 Commit: Jay Faulkner <jayf <AT> gentoo <DOT> org> CommitDate: Wed Mar 12 19:21:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac22bc3b
sys-power/tlp: fix install with elogind Signed-off-by: Stilic <lateman-jpeg <AT> outlook.fr> Closes: https://bugs.gentoo.org/945285 Closes: https://github.com/gentoo/gentoo/pull/41004 Signed-off-by: Jay Faulkner <jayf <AT> gentoo.org> sys-power/tlp/tlp-1.7.0-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-power/tlp/tlp-1.7.0-r1.ebuild b/sys-power/tlp/tlp-1.7.0-r1.ebuild index 9932188670b3..1d98181455bd 100644 --- a/sys-power/tlp/tlp-1.7.0-r1.ebuild +++ b/sys-power/tlp/tlp-1.7.0-r1.ebuild @@ -38,10 +38,6 @@ src_install() { fperms 444 /usr/share/tlp/defaults.conf # manpage says this file should not be edited newinitd "${FILESDIR}/tlp.init" tlp keepdir /var/lib/tlp # created by Makefile, probably important - - # <elogind-255.5 used a different path (bug #939216), keep a compat symlink - # TODO: cleanup after 255.5 been stable for a few months - dosym {/usr/lib,/"$(get_libdir)"}/elogind/system-sleep/49-tlp-sleep } pkg_postinst() {
