diff options
author | 2025-01-31 09:41:20 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:20 +0200 | |
commit | c45c9e6effcc1c6bcf9e0aed6981d3545b11e551 (patch) | |
tree | 21369bf050b212b830f6f518b12d0a3e0716a4ed /lxqt-base | |
parent | lxqt-base/lxqt-panel: Stabilize 2.1.4 arm64, #949084 (diff) | |
download | gentoo-c45c9e6effcc1c6bcf9e0aed6981d3545b11e551.tar.gz gentoo-c45c9e6effcc1c6bcf9e0aed6981d3545b11e551.tar.bz2 gentoo-c45c9e6effcc1c6bcf9e0aed6981d3545b11e551.zip |
lxqt-base/lxqt-policykit: Stabilize 2.1.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-2.1.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-2.1.0.ebuild index 147b2894d02f..df752846c77c 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-2.1.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-2.1.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 @@ -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 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |