diff options
-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" |