diff options
author | 2024-07-11 22:44:18 +0300 | |
---|---|---|
committer | 2024-07-11 22:44:18 +0300 | |
commit | a22bf051b9824f0a067c64df629dd984a2b7a3d6 (patch) | |
tree | a505c59be8728ba35a53009c5b724399841bd049 /lxqt-base/lxqt-powermanagement | |
parent | lxqt-base/lxqt-policykit: Keyword 2.0.0 arm64, #935831 (diff) | |
download | gentoo-a22bf051b9824f0a067c64df629dd984a2b7a3d6.tar.gz gentoo-a22bf051b9824f0a067c64df629dd984a2b7a3d6.tar.bz2 gentoo-a22bf051b9824f0a067c64df629dd984a2b7a3d6.zip |
lxqt-base/lxqt-powermanagement: Keyword 2.0.0 arm64, #935831
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 0bdb377f6640..22e6f09d80b7 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" + KEYWORDS="~amd64 ~arm64" fi LICENSE="LGPL-2.1 LGPL-2.1+" |