diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:33 +0000 |
commit | 1ba328b81e4a286b02d9f9abd444ee7f63676401 (patch) | |
tree | 3288c85865a2b1223783d8a0f571d4b5ee838523 /lxqt-base/lxqt-meta | |
parent | lxqt-base/lxqt-menu-data: Stabilize 1.4.1 arm64, #920175 (diff) | |
download | gentoo-1ba328b81e4a286b02d9f9abd444ee7f63676401.tar.gz gentoo-1ba328b81e4a286b02d9f9abd444ee7f63676401.tar.bz2 gentoo-1ba328b81e4a286b02d9f9abd444ee7f63676401.zip |
lxqt-base/lxqt-meta: Stabilize 1.4.0 arm64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild index dda677156b96..b19f0277d25a 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-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 @@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="https://lxqt-project.org/" if [[ ${PV} != *9999* ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="metapackage" |