diff options
author | 2023-12-16 12:40:01 -0500 | |
---|---|---|
committer | 2023-12-17 18:53:07 -0500 | |
commit | d0135f4054b002d3478fc50ec2523fd1d89e2bdf (patch) | |
tree | 490d2e0a260949900179c4cfdaf824777109b1b9 /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Keyword 0.5.0 loong, #917093 (diff) | |
download | gentoo-d0135f4054b002d3478fc50ec2523fd1d89e2bdf.tar.gz gentoo-d0135f4054b002d3478fc50ec2523fd1d89e2bdf.tar.bz2 gentoo-d0135f4054b002d3478fc50ec2523fd1d89e2bdf.zip |
lxqt-base/lxqt-config: Keyword 1.4.0 loong, #917093
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@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 a51a8b486a8e..8ae5cef520da 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 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |