diff options
author | 2025-01-31 09:41:22 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:22 +0200 | |
commit | efe5bd3b73c698f1ad5b747691758ab7d7c583d5 (patch) | |
tree | 591ba357131d387637106e6b34388b34cd58cfc9 /x11-libs | |
parent | media-sound/pavucontrol-qt: Stabilize 2.1.0 arm64, #949084 (diff) | |
download | gentoo-efe5bd3b73c698f1ad5b747691758ab7d7c583d5.tar.gz gentoo-efe5bd3b73c698f1ad5b747691758ab7d7c583d5.tar.bz2 gentoo-efe5bd3b73c698f1ad5b747691758ab7d7c583d5.zip |
x11-libs/libfm-qt: Stabilize 2.1.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild b/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild index 6285dfe14826..9fb8711b76df 100644 --- a/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="BSD GPL-2+ LGPL-2.1+" |