diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:25 +0300 |
commit | f209d53e66c6458fdfbcfef396c3f9eceeab2e7e (patch) | |
tree | c52aa55908ba19bef7332f5789cc4c562bbb059d /lxqt-base/lxqt-powermanagement | |
parent | lxqt-base/lxqt-policykit: Stabilize 1.0.0 arm64, #831448 (diff) | |
download | gentoo-f209d53e66c6458fdfbcfef396c3f9eceeab2e7e.tar.gz gentoo-f209d53e66c6458fdfbcfef396c3f9eceeab2e7e.tar.bz2 gentoo-f209d53e66c6458fdfbcfef396c3f9eceeab2e7e.zip |
lxqt-base/lxqt-powermanagement: Stabilize 1.0.0 arm64, #831448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild index fca81c3abd44..219b3da9f4b5 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.0.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-1.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 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |