diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:29 +0000 |
commit | ba128f6d410cfce801e01d1f9263f34781971cc9 (patch) | |
tree | f8e63970df25dbfdace29673664b411986ab047c /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.5.0 arm64, #920175 (diff) | |
download | gentoo-ba128f6d410cfce801e01d1f9263f34781971cc9.tar.gz gentoo-ba128f6d410cfce801e01d1f9263f34781971cc9.tar.bz2 gentoo-ba128f6d410cfce801e01d1f9263f34781971cc9.zip |
lxqt-base/liblxqt: Stabilize 1.4.0 arm64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-1.4.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.4.0.ebuild index 02eaabe977b0..5ca7277e80b1 100644 --- a/lxqt-base/liblxqt/liblxqt-1.4.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-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 @@ -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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+ BSD" |