diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:25 +0300 |
commit | 36e73a20a5f800ed6856bedc336871084bc87ec9 (patch) | |
tree | e2fcf9d9a5fabb13c2bcc13715c5aebc29dac4fa /lxqt-base/lxqt-powermanagement | |
parent | lxqt-base/lxqt-policykit: Stabilize 2.0.0 arm64, #938702 (diff) | |
download | gentoo-36e73a20a5f800ed6856bedc336871084bc87ec9.tar.gz gentoo-36e73a20a5f800ed6856bedc336871084bc87ec9.tar.bz2 gentoo-36e73a20a5f800ed6856bedc336871084bc87ec9.zip |
lxqt-base/lxqt-powermanagement: Stabilize 2.0.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild index caab9446bc55..cc396be8887b 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-2.0.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 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="LGPL-2.1 LGPL-2.1+" |