diff options
author | 2025-01-31 09:41:17 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:17 +0200 | |
commit | 88de3bb8afeeef8e83105102c17a72d857ef9392 (patch) | |
tree | 68fbdb8c7e5b11d720bd5c160ab6f217e431fa75 /lxqt-base | |
parent | lxqt-base/liblxqt: Stabilize 2.1.0 arm64, #949084 (diff) | |
download | gentoo-88de3bb8afeeef8e83105102c17a72d857ef9392.tar.gz gentoo-88de3bb8afeeef8e83105102c17a72d857ef9392.tar.bz2 gentoo-88de3bb8afeeef8e83105102c17a72d857ef9392.zip |
lxqt-base/lxqt-about: 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-about/lxqt-about-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-about/lxqt-about-2.1.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-2.1.0.ebuild index 45d7f4772edd..eafffdfed6a3 100644 --- a/lxqt-base/lxqt-about/lxqt-about-2.1.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-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+" |