diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-10 14:25:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-10 14:25:45 +0200 |
commit | 603980b9b49d8b665e1d8b503126df9b9a8a1cea (patch) | |
tree | e9765fb485861fceacb882a1fb40443b4777b971 /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Keyword 0.5.0 arm64, #917093 (diff) | |
download | gentoo-603980b9b49d8b665e1d8b503126df9b9a8a1cea.tar.gz gentoo-603980b9b49d8b665e1d8b503126df9b9a8a1cea.tar.bz2 gentoo-603980b9b49d8b665e1d8b503126df9b9a8a1cea.zip |
lxqt-base/lxqt-config: Keyword 1.4.0 arm64, #917093
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild index b902bb1231ee..ff9375b755e5 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |