diff options
author | 2025-01-31 09:41:17 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:17 +0200 | |
commit | e719ca5e76d37cdcb835fcf4404cbfbd75d34d92 (patch) | |
tree | 625db0b2ab3e59e925538072a622d5742abc8921 /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 1.1.0 arm64, #949084 (diff) | |
download | gentoo-e719ca5e76d37cdcb835fcf4404cbfbd75d34d92.tar.gz gentoo-e719ca5e76d37cdcb835fcf4404cbfbd75d34d92.tar.bz2 gentoo-e719ca5e76d37cdcb835fcf4404cbfbd75d34d92.zip |
lxqt-base/libsysstat: Stabilize 1.1.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/libsysstat/libsysstat-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/libsysstat/libsysstat-1.1.0.ebuild b/lxqt-base/libsysstat/libsysstat-1.1.0.ebuild index e5cca8e95921..cb09935dcfd8 100644 --- a/lxqt-base/libsysstat/libsysstat-1.1.0.ebuild +++ b/lxqt-base/libsysstat/libsysstat-1.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 @@ -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+ LGPL-2.1+" |