diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-10 14:25:44 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-10 14:25:44 +0200 |
commit | 57fdccf64277765f704f8947cf9fcd6da4fc8c33 (patch) | |
tree | 77ebea569df8de8a7a4eaaa2f24cb8015d453202 /x11-libs | |
parent | lxqt-base/lxqt-menu-data: Keyword 1.4.0 arm64, #917093 (diff) | |
download | gentoo-57fdccf64277765f704f8947cf9fcd6da4fc8c33.tar.gz gentoo-57fdccf64277765f704f8947cf9fcd6da4fc8c33.tar.bz2 gentoo-57fdccf64277765f704f8947cf9fcd6da4fc8c33.zip |
x11-libs/libfm-qt: Keyword 1.4.0 arm64, #917093
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-1.4.0.ebuild b/x11-libs/libfm-qt/libfm-qt-1.4.0.ebuild index 5bc4054f886f..8bb71a3db9da 100644 --- a/x11-libs/libfm-qt/libfm-qt-1.4.0.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-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="BSD GPL-2+ LGPL-2.1+" |