diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-11-10 00:45:41 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-11-10 10:04:27 +0000 |
commit | 0b661a799ea10d8ece210cb0e1379256a6e0c908 (patch) | |
tree | d217c3deeab27d978ec4b4869d3e898e9db0f3c7 /gui-libs | |
parent | app-arch/lxqt-archiver: Keyword 0.9.0 riscv, #917093 (diff) | |
download | gentoo-0b661a799ea10d8ece210cb0e1379256a6e0c908.tar.gz gentoo-0b661a799ea10d8ece210cb0e1379256a6e0c908.tar.bz2 gentoo-0b661a799ea10d8ece210cb0e1379256a6e0c908.zip |
gui-libs/xdg-desktop-portal-lxqt: Keyword 0.5.0 riscv, #917093
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild index 5ee331073c73..b9aa1201133d 100644 --- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.0.ebuild +++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-0.5.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="LGPL-2.1" |