diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 22:56:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:56:14 +0100 |
commit | 3b882aa821305e17ce8b4876d454f1cdfcd7867f (patch) | |
tree | 2de0cfd9664b787592253996af484ddbbac9cb5a /lxqt-base | |
parent | lxqt-base/lxqt-policykit: Stabilize 1.3.0 arm64, #907298 (diff) | |
download | gentoo-3b882aa821305e17ce8b4876d454f1cdfcd7867f.tar.gz gentoo-3b882aa821305e17ce8b4876d454f1cdfcd7867f.tar.bz2 gentoo-3b882aa821305e17ce8b4876d454f1cdfcd7867f.zip |
lxqt-base/lxqt-powermanagement: Stabilize 1.3.0 arm64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild index 86986d9cda0b..747436f07e29 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.3.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+" |