diff options
author | 2025-01-31 09:41:23 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:23 +0200 | |
commit | dfcc3182b0fe31e6dd7a8df4155e1556914bf7ad (patch) | |
tree | 93959c0f115ca47619ffc0dedc29bd9c51cb9062 /x11-misc/qps | |
parent | x11-misc/pcmanfm-qt: Stabilize 2.1.0 arm64, #949084 (diff) | |
download | gentoo-dfcc3182b0fe31e6dd7a8df4155e1556914bf7ad.tar.gz gentoo-dfcc3182b0fe31e6dd7a8df4155e1556914bf7ad.tar.bz2 gentoo-dfcc3182b0fe31e6dd7a8df4155e1556914bf7ad.zip |
x11-misc/qps: Stabilize 2.10.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/qps')
-rw-r--r-- | x11-misc/qps/qps-2.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/qps/qps-2.10.0.ebuild b/x11-misc/qps/qps-2.10.0.ebuild index 9843e43654d8..0a20b4fe57ba 100644 --- a/x11-misc/qps/qps-2.10.0.ebuild +++ b/x11-misc/qps/qps-2.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" |