diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-11-10 00:45:45 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-11-10 10:04:31 +0000 |
commit | c1931b8654a7340bc02c684e48e551867aeaf088 (patch) | |
tree | ea666a63af3533f462483d7feba2660d9f53b2fe /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Keyword 0.5.0 riscv, #917093 (diff) | |
download | gentoo-c1931b8654a7340bc02c684e48e551867aeaf088.tar.gz gentoo-c1931b8654a7340bc02c684e48e551867aeaf088.tar.bz2 gentoo-c1931b8654a7340bc02c684e48e551867aeaf088.zip |
lxqt-base/lxqt-config: Keyword 1.4.0 riscv, #917093
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild index ccac5ca3d3ea..045223cc1144 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-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" + KEYWORDS="~amd64 ~riscv" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |