diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:35 +0000 |
commit | 5ed6198f7ae5e49824d1f2a4aa329b04d4cde550 (patch) | |
tree | 88f497107bf3d38cf8e91cc7ad71aa77219c70cc /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: Stabilize 1.4.0 arm64, #920175 (diff) | |
download | gentoo-5ed6198f7ae5e49824d1f2a4aa329b04d4cde550.tar.gz gentoo-5ed6198f7ae5e49824d1f2a4aa329b04d4cde550.tar.bz2 gentoo-5ed6198f7ae5e49824d1f2a4aa329b04d4cde550.zip |
lxqt-base/lxqt-panel: Stabilize 1.4.0 arm64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild index 8dd464791c80..04e458c1966c 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |