diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-25 16:32:17 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-26 15:34:41 +0800 |
commit | a6625e6992dbbe6196154bb89942374ccaa67d71 (patch) | |
tree | ab017cb46e6eb9dbaf04e3dabd8ec5cd12d47d5d /x11-libs/libfm-qt | |
parent | dev-perl/Term-ReadLine-Gnu: Stabilize 1.360.0-r1 arm64, #803104 (diff) | |
download | gentoo-a6625e6992dbbe6196154bb89942374ccaa67d71.tar.gz gentoo-a6625e6992dbbe6196154bb89942374ccaa67d71.tar.bz2 gentoo-a6625e6992dbbe6196154bb89942374ccaa67d71.zip |
x11-libs/libfm-qt: keyword 0.17.1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild index 441ffb46be9b..3af0f0cb5c10 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild @@ -13,7 +13,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 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="BSD GPL-2+ LGPL-2.1+" |