diff options
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/tlp/tlp-1.6.1.ebuild | 4 |
1 files 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. |