diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:23 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:23 +0800 |
commit | 129cb9b6911c4bc748dadcf6a1e6a86bcfe9f543 (patch) | |
tree | c9253c3c875cb4fb58624f4616b0893ea212e56d /lxqt-base | |
parent | lxqt-base/lxqt-session: keyword 1.1.1 for ~loong (diff) | |
download | gentoo-129cb9b6911c4bc748dadcf6a1e6a86bcfe9f543.tar.gz gentoo-129cb9b6911c4bc748dadcf6a1e6a86bcfe9f543.tar.bz2 gentoo-129cb9b6911c4bc748dadcf6a1e6a86bcfe9f543.zip |
lxqt-base/lxqt-runner: keyword 1.1.0 for ~loong
See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley <hougelangley1987@gmail.com>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild index 5a17a5fbcd41..7a741ad2e2a1 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.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="LGPL-2.1 LGPL-2.1+" |