diff options
author | 2024-09-12 20:22:25 +0300 | |
---|---|---|
committer | 2024-09-12 20:22:25 +0300 | |
commit | 9d49bfdfdb4bc39e06808c750c3c7932566736ac (patch) | |
tree | 2660cb7f94d3acae3fea5183cee8c0c943096f84 /x11-misc | |
parent | lxqt-base/lxqt-powermanagement: Stabilize 2.0.0 arm64, #938702 (diff) | |
download | gentoo-9d49bfdfdb4bc39e06808c750c3c7932566736ac.tar.gz gentoo-9d49bfdfdb4bc39e06808c750c3c7932566736ac.tar.bz2 gentoo-9d49bfdfdb4bc39e06808c750c3c7932566736ac.zip |
x11-misc/qps: Stabilize 2.9.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qps/qps-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild index f6a19ec84193..e559eee1fb34 100644 --- a/x11-misc/qps/qps-2.9.0.ebuild +++ b/x11-misc/qps/qps-2.9.0.ebuild @@ -13,7 +13,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 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" |