From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44E3B158020 for ; Thu, 3 Nov 2022 19:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BA62E0A52; Thu, 3 Nov 2022 19:13:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 676D4E0A52 for ; Thu, 3 Nov 2022 19:13:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A16EC341320 for ; Thu, 3 Nov 2022 19:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EE8F617 for ; Thu, 3 Nov 2022 19:13:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667502788.fa3f072ee74b95a1ac88e4f269bc39f2979f6f1e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/tlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/tlp/tlp-1.5.0-r1.ebuild sys-power/tlp/tlp-1.5.0.ebuild X-VCS-Directories: sys-power/tlp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa3f072ee74b95a1ac88e4f269bc39f2979f6f1e X-VCS-Branch: master Date: Thu, 3 Nov 2022 19:13:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcaebce6-498b-4d73-b797-5a3f5f276113 X-Archives-Hash: 75cd578c7af6c2ef8a6a23d496b579f4 commit: fa3f072ee74b95a1ac88e4f269bc39f2979f6f1e Author: Duje Mihanović skole hr> AuthorDate: Tue Oct 18 08:21:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 3 19:13:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3f072e sys-power/tlp: install elogind sleep hook correctly Closes: https://bugs.gentoo.org/877465 Signed-off-by: Duje Mihanović skole.hr> Closes: https://github.com/gentoo/gentoo/pull/27830 Signed-off-by: Sam James gentoo.org> sys-power/tlp/{tlp-1.5.0.ebuild => tlp-1.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-power/tlp/tlp-1.5.0.ebuild b/sys-power/tlp/tlp-1.5.0-r1.ebuild similarity index 95% rename from sys-power/tlp/tlp-1.5.0.ebuild rename to sys-power/tlp/tlp-1.5.0-r1.ebuild index 58c6a1db7a7d..b0bbf7d60684 100644 --- a/sys-power/tlp/tlp-1.5.0.ebuild +++ b/sys-power/tlp/tlp-1.5.0-r1.ebuild @@ -26,6 +26,7 @@ src_install() { emake \ DESTDIR="${D}" \ TLP_NO_INIT=1 \ + TLP_ELOD=/$(get_libdir)/elogind/system-sleep \ TLP_WITH_ELOGIND=1 \ TLP_WITH_SYSTEMD=1 \ install install-man