diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-25 16:33:23 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-26 15:34:48 +0800 |
commit | 847564051a6f9a63cf7bfd25df36f46e25304a4a (patch) | |
tree | 360d3eca45f76464724762b26fce83f4cb334d73 /app-arch | |
parent | dev-qt/linguist-tools: keyword 5.15.2 for ~riscv (diff) | |
download | gentoo-847564051a6f9a63cf7bfd25df36f46e25304a4a.tar.gz gentoo-847564051a6f9a63cf7bfd25df36f46e25304a4a.tar.bz2 gentoo-847564051a6f9a63cf7bfd25df36f46e25304a4a.zip |
app-arch/lxqt-archiver: keyword 0.4.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild index d4ebbcdbf5c7..d677be578265 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.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 x86" + KEYWORDS="amd64 ~riscv x86" fi LICENSE="GPL-2 GPL-2+" |