diff options
author | Sam James <sam@gentoo.org> | 2025-01-16 15:43:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-16 15:43:34 +0000 |
commit | ba356da73c953dd7c080b9cb00276c29ca273975 (patch) | |
tree | 524e5e8e12aacf3ac2dd07e82e45d6cfdae28844 /sys-power/power-profiles-daemon | |
parent | dev-libs/openssl: add 3.0.9999, 3.1.9999, 3.2.9999, 3.3.9999 (diff) | |
download | gentoo-ba356da73c953dd7c080b9cb00276c29ca273975.tar.gz gentoo-ba356da73c953dd7c080b9cb00276c29ca273975.tar.bz2 gentoo-ba356da73c953dd7c080b9cb00276c29ca273975.zip |
sys-power/power-profiles-daemon: Stabilize 0.23 arm64, #948189
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/power-profiles-daemon')
-rw-r--r-- | sys-power/power-profiles-daemon/power-profiles-daemon-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.23.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.23.ebuild index 55f670859d3d..bf5a6e5bdcc9 100644 --- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.23.ebuild +++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/upower/power-profiles-daemon/" SRC_URI="https://gitlab.freedesktop.org/upower/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="bash-completion gtk-doc man selinux test zsh-completion" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |