commit: 379b35d1250a9396ed9a266e0237e239a818fc74
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 20:49:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 20:49:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379b35d1
sys-power/tlp: Stabilize 1.6.1 amd64, #932380
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-power/tlp/tlp-1.6.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-power/tlp/tlp-1.6.1.ebuild b/sys-power/tlp/tlp-1.6.1.ebuild
index 943ae6fe8d78..8c81e057e0fc 100644
--- a/sys-power/tlp/tlp-1.6.1.ebuild
+++ b/sys-power/tlp/tlp-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/TLP-${PV}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
# It's uncertain if elogind/systemd is actually required, however, without the
sleep
# hooks working, which require one of them, it doesn't seem like this app is
very useful.