diff options
author | Sam James <sam@gentoo.org> | 2023-12-27 20:58:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 21:02:02 +0000 |
commit | f0132ba0575fb02e510cb0be016c2c9d669d0edd (patch) | |
tree | a2c0f91674ac65ed3b15742b6d78c17ba70605ae /lxqt-base | |
parent | lxqt-base/lxqt-policykit: Stabilize 1.4.0 x86, #920175 (diff) | |
download | gentoo-f0132ba0575fb02e510cb0be016c2c9d669d0edd.tar.gz gentoo-f0132ba0575fb02e510cb0be016c2c9d669d0edd.tar.bz2 gentoo-f0132ba0575fb02e510cb0be016c2c9d669d0edd.zip |
lxqt-base/lxqt-powermanagement: Stabilize 1.4.0 x86, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild index 1cf173b73a7a..86986d9cda0b 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.4.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |