diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-25 17:45:10 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-26 15:36:49 +0800 |
commit | 5feff2f4d97e8653db8921aa3f899c5742aac75a (patch) | |
tree | 7bb0ff624664df1921ecad9e92a16e0b9b3db1c1 /lxqt-base | |
parent | dev-cpp/muParser: keyword 2.2.6.1 for ~riscv (diff) | |
download | gentoo-5feff2f4d97e8653db8921aa3f899c5742aac75a.tar.gz gentoo-5feff2f4d97e8653db8921aa3f899c5742aac75a.tar.bz2 gentoo-5feff2f4d97e8653db8921aa3f899c5742aac75a.zip |
lxqt-base/lxqt-runner: keyword 0.17.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild index f7a94a6533e3..32f6152681a6 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.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 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |