diff options
author | 2023-12-27 20:58:49 +0000 | |
---|---|---|
committer | 2023-12-27 21:02:04 +0000 | |
commit | 8064b7cdb0f533d4d7402a68d44785a8c9f89113 (patch) | |
tree | c107292ba227bf38c275308805ffdb75cb45858b | |
parent | media-gfx/lximage-qt: Stabilize 1.4.0 x86, #920175 (diff) | |
download | gentoo-8064b7cdb0f533d4d7402a68d44785a8c9f89113.tar.gz gentoo-8064b7cdb0f533d4d7402a68d44785a8c9f89113.tar.bz2 gentoo-8064b7cdb0f533d4d7402a68d44785a8c9f89113.zip |
x11-libs/libfm-qt: Stabilize 1.4.0 x86, #920175
Signed-off-by: Sam James <sam@gentoo.org>
-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 d2c67fe6fbdb..fe668a9279e5 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 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="BSD GPL-2+ LGPL-2.1+" |