diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:01 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:02 +0800 |
commit | 11eda9332ed427d3d3e1c0e793638c84703b7c70 (patch) | |
tree | 405f9c6dda498327e677ac84a08a8986609a3529 /lxqt-base | |
parent | dev-qt/qtgui: keyword 5.15.4 for ~loong (diff) | |
download | gentoo-11eda9332ed427d3d3e1c0e793638c84703b7c70.tar.gz gentoo-11eda9332ed427d3d3e1c0e793638c84703b7c70.tar.bz2 gentoo-11eda9332ed427d3d3e1c0e793638c84703b7c70.zip |
lxqt-base/lxqt-policykit: 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-policykit/lxqt-policykit-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-1.1.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-1.1.0.ebuild index 2904482d6228..094d0509c016 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-1.1.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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+" |